Refactor, add roam using colmena
This commit is contained in:
parent
a42514ce97
commit
1106930891
16 changed files with 348 additions and 103 deletions
|
|
@ -2,18 +2,16 @@
|
|||
{
|
||||
networking.hostName = "solo";
|
||||
|
||||
services.xserver.enable = true;
|
||||
|
||||
imports = with mod; [
|
||||
collections.pc
|
||||
software.keyboard
|
||||
software.games
|
||||
nvidia-gpu
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
powerManagement.enable = true;
|
||||
powerManagement.cpuFreqGovernor = "performance";
|
||||
powerManagement = {
|
||||
enable = true;
|
||||
cpuFreqGovernor = "performance";
|
||||
};
|
||||
|
||||
# ====== DON'T CHANGE ======
|
||||
system.stateVersion = "25.05";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue