Update to NixOS 24.05
All checks were successful
Check Flake / check-flake (push) Successful in 1m11s

This commit is contained in:
2024-06-01 19:58:52 -06:00
parent fd1ead0b62
commit 588e94dcf4
17 changed files with 63 additions and 109 deletions

View File

@@ -6,8 +6,8 @@ index 29c449c16946..f6c728eb7f0c 100644
in
pkgs.writeShellScriptBin "steam-gamescope" ''
${builtins.concatStringsSep "\n" exports}
- gamescope --steam ${toString cfg.gamescopeSession.args} -- steam -tenfoot -pipewire-dmabuf
+ gamescope --steam ${toString cfg.gamescopeSession.args} -- steam -gamepadui -steamdeck -pipewire-dmabuf &> /tmp/steamlog
- gamescope --steam ${builtins.toString cfg.gamescopeSession.args} -- steam -tenfoot -pipewire-dmabuf
+ gamescope --steam ${builtins.toString cfg.gamescopeSession.args} -- steam -gamepadui -steamdeck -pipewire-dmabuf &> /tmp/steamlog
'';
gamescopeSessionFile =