steam: disable gamescope
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
b935ad4f84
commit
ea50e2ceaf
2 changed files with 1 additions and 9 deletions
|
@ -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;
|
||||
|
|
|
@ -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;};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue