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;