--wip-- [skip ci]
This commit is contained in:
parent
7effbad3ef
commit
bd2517f1df
2 changed files with 11 additions and 18 deletions
|
|
@ -64,20 +64,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 = {
|
||||
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;
|
||||
programs.gamescope = {
|
||||
enable = true;
|
||||
capSysNice = true;
|
||||
gamescope = { enable = true; capSysNice = true; };
|
||||
steam.gamescopeSession.enable = true;
|
||||
};
|
||||
# services.getty.autologinUser = "tiziano";
|
||||
# environment = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue