diff --git a/os-mods/desktop/gaming.nix b/os-mods/desktop/gaming.nix index 0a0446c..f334db8 100644 --- a/os-mods/desktop/gaming.nix +++ b/os-mods/desktop/gaming.nix @@ -25,12 +25,9 @@ dedicatedServer.openFirewall = true; }; programs.xwayland.enable = true; + programs.gamescope.enable = true; chaotic.steam.extraCompatPackages = with pkgs; [ proton-ge-custom ]; - - environment.systemPackages = with pkgs; [ - gamescope - ]; }