diff --git a/options/custom/programs/default.nix b/options/custom/programs/default.nix index 8f0f394..aff2f2f 100644 --- a/options/custom/programs/default.nix +++ b/options/custom/programs/default.nix @@ -35,7 +35,7 @@ with lib; { dconf.enable = true; #// firefox.enable = true; #// foot.enable = true; - gamescope.enable = true; + #// gamescope.enable = true; #// gnome-terminal.enable = true; #// kdeconnect.enable = true; kitty.enable = true; diff --git a/options/custom/programs/steam.nix b/options/custom/programs/steam.nix index f378b76..01a9f52 100644 --- a/options/custom/programs/steam.nix +++ b/options/custom/programs/steam.nix @@ -20,14 +20,6 @@ in { enable = true; extest.enable = cfg.extest; # Work around invisible cursor on Wayland extraCompatPackages = [pkgs.proton-ge-bin]; - - gamescopeSession = { - enable = true; - # args = [ - # "--backend sdl" - # "--fullscreen" - # ]; - }; } // optionalAttrs (versionAtLeast version "24.11") {protontricks.enable = true;}; };