mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-19 01:54:02 +05:30
Trying to get out of gamescope session wout reboot
This commit is contained in:
parent
9a61a9ff03
commit
eade9c6bd8
1 changed files with 4 additions and 0 deletions
|
@ -37,6 +37,10 @@ in {
|
||||||
inotify-tools
|
inotify-tools
|
||||||
protonup-qt
|
protonup-qt
|
||||||
(pkgs.writeScriptBin "steamgrab" ''chown -R $(pgrep -nf steam | xargs -r ps -o uname= -p):steam /opt/Steam;'')
|
(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.gamemode.enable = true;
|
||||||
programs.gamescope.enable = true;
|
programs.gamescope.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue