Odin: gamemode

This commit is contained in:
Filippo Berto 2025-03-17 20:18:34 +01:00
parent 1b4f5d9979
commit 805b9af832
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -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 = {