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

@ -6,7 +6,6 @@
./hardware-configuration.nix
./keyboard.nix
./nvidia-gpu.nix
../../pc
];
powerManagement = {
@ -14,6 +13,8 @@
cpuFreqGovernor = "performance";
};
desktop.enable = true;
# ====== DON'T CHANGE ======
system.stateVersion = "25.05";
}