modularize
This commit is contained in:
parent
d3fa1821fa
commit
f1a1dd5d53
27 changed files with 422 additions and 325 deletions
|
|
@ -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";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue