modularize

This commit is contained in:
Henri Dohmen 2025-06-30 22:39:38 +02:00
parent d3fa1821fa
commit f1a1dd5d53
27 changed files with 422 additions and 325 deletions

View file

@ -7,7 +7,6 @@
common-cpu-intel
common-pc-laptop
common-pc-laptop-ssd
../../pc
];
boot.loader.efi.efiSysMountPoint = "/boot/efi";
@ -17,6 +16,8 @@
cpuFreqGovernor = "ondemand";
};
desktop.enable = true;
# ====== DON'T CHANGE ======
system.stateVersion = "25.05";
}