mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
nixos/profiles/desktop: make Nix more of a background process
This commit is contained in:
parent
26822d655d
commit
677b57cad7
@ -62,8 +62,5 @@
|
||||
experimental-features = [ "auto-allocate-uids" ];
|
||||
};
|
||||
|
||||
# My poor achy-breaky desktop can't take it.
|
||||
nix.daemonCPUSchedPolicy = "idle";
|
||||
|
||||
system.stateVersion = "24.05"; # Yes! I read the comment!
|
||||
}
|
||||
|
@ -13,4 +13,8 @@
|
||||
hardware.steam-hardware.enable = lib.mkDefault true;
|
||||
hardware.xone.enable = lib.mkDefault true;
|
||||
hardware.xpadneo.enable = lib.mkDefault true;
|
||||
|
||||
# This is useful for not interrupting your desktop activity. Also most of my
|
||||
# poor achy-breaky desktops can't take it.
|
||||
nix.daemonCPUSchedPolicy = "idle";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user