Odin: gamemode
This commit is contained in:
parent
1b4f5d9979
commit
805b9af832
1 changed files with 12 additions and 0 deletions
|
|
@ -63,6 +63,18 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
|
||||
programs.gamemode = {
|
||||
enable = true;
|
||||
settings = {
|
||||
custom = {
|
||||
start = "${pkgs.libnotify}/bin/notify-send 'GameMode started'";
|
||||
end = "${pkgs.libnotify}/bin/notify-send 'GameMode ended'";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
programs.steam.gamescopeSession.enable = true;
|
||||
|
||||
services = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue