summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2022-09-02 13:26:47 +0200
committerAlan Pearce2022-09-02 13:26:47 +0200
commit1c6342bf7e1ca611d9728b3fb5e0e45cd16538bb (patch)
treefc632989d74f5e843ed7daf96988e38249c24fae /system
parent2fe27c9500cdbbd12fa2363e3df4a34f3a1fa7f4 (diff)
downloadnixfiles-1c6342bf7e1ca611d9728b3fb5e0e45cd16538bb.tar.lz
nixfiles-1c6342bf7e1ca611d9728b3fb5e0e45cd16538bb.tar.zst
nixfiles-1c6342bf7e1ca611d9728b3fb5e0e45cd16538bb.zip
gaming: install ananicy
Diffstat (limited to 'system')
-rw-r--r--system/settings/gaming.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/system/settings/gaming.nix b/system/settings/gaming.nix
index 8623a555..09c7e535 100644
--- a/system/settings/gaming.nix
+++ b/system/settings/gaming.nix
@@ -6,7 +6,7 @@
     enable = true;
     settings = {
       general = {
-        renice = 1;
+        renice = 5;
       };
 
       custom = {
@@ -29,6 +29,11 @@
     '';
   };
 
+  services.ananicy = {
+    enable = true;
+    package = pkgs.ananicy-cpp;
+  };
+
   networking.firewall = {
     allowedUDPPorts = [
       27031