From 4db38edcb68efa44c29782ad721ef592bba1db27 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Tue, 25 Nov 2025 19:12:28 +0100 Subject: [PATCH] feat(gaming): disable ananicy --- modules/linux/nixos/gaming.nix | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/modules/linux/nixos/gaming.nix b/modules/linux/nixos/gaming.nix index 0109658..42ce659 100644 --- a/modules/linux/nixos/gaming.nix +++ b/modules/linux/nixos/gaming.nix @@ -19,23 +19,9 @@ # Enable gamescope programs.gamescope = { enable = true; - # capSysNice = true; package = pkgs.gamescope_git; }; - # Manage gamescope using ananicy - services.ananicy = { - enable = true; - package = pkgs.ananicy-cpp; - rulesProvider = pkgs.ananicy-cpp; - extraRules = [ - { - "name" = "gamescope"; - "nice" = -20; - } - ]; - }; - # Install gamemode programs.gamemode = { enable = true;