Trying to get out of gamescope session wout reboot

This commit is contained in:
Emmet
2025-03-21 18:59:58 -05:00
parent 9a61a9ff03
commit eade9c6bd8

View File

@@ -37,6 +37,10 @@ in {
inotify-tools
protonup-qt
(pkgs.writeScriptBin "steamgrab" ''chown -R $(pgrep -nf steam | xargs -r ps -o uname= -p):steam /opt/Steam;'')
(pkgs.writeScriptBin "steamos-session-select" ''
#!/bin/sh
steam -shutdown
'')
];
programs.gamemode.enable = true;
programs.gamescope.enable = true;