diff --git a/hosts/FredOS-Gaming.nix b/hosts/FredOS-Gaming.nix index fb119b5..4e6b6e1 100644 --- a/hosts/FredOS-Gaming.nix +++ b/hosts/FredOS-Gaming.nix @@ -7,12 +7,6 @@ adwaita-icon-theme # Helps with missing cursors/icons in some Wine games ]; - # Enable the Gamescope Module - programs.gamescope = { - enable = true; - capSysNice = false; - # args = [ "--rt" ]; # Optional: Force realtime priority - }; # Enables Vulkan and OpenGL drivers hardware.graphics = { enable = true; @@ -25,7 +19,6 @@ package = pkgs.steam.override { extraPkgs = pkgs: with pkgs; [ kdePackages.breeze - libgdiplus # Often helps with Wine UI rendering ]; }; };