1
1
Fork 0

steam: disable gamescope

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2025-03-06 14:57:12 -06:00
parent b935ad4f84
commit ea50e2ceaf
Signed by: Myned
GPG key ID: C7224454F7881A34
2 changed files with 1 additions and 9 deletions

View file

@ -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;

View file

@ -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;};
};