summary refs log tree commit diff stats
path: root/system/settings/gaming.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/settings/gaming.nix')
-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