Desktop: change nix io and cpu schedulers
This commit is contained in:
parent
7eae2ded13
commit
a65936845f
1 changed files with 5 additions and 0 deletions
|
|
@ -8,6 +8,11 @@
|
|||
|
||||
services.xserver.enable = true;
|
||||
|
||||
nix = {
|
||||
daemonIOSchedClass = "idle";
|
||||
daemonCPUSchedPolicy = "idle";
|
||||
};
|
||||
|
||||
# Set up fonts
|
||||
fonts.packages = [
|
||||
(pkgs.nerdfonts.override {fonts = ["Hack" "JetBrainsMono"];})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue