add gamemode
This commit is contained in:
parent
ef3e3dd8c7
commit
c6cc5e7f22
6
profiles/applications/gamemode.nix
Normal file
6
profiles/applications/gamemode.nix
Normal file
@ -0,0 +1,6 @@
|
||||
{ config, ... }: {
|
||||
programs.gamemode = {
|
||||
enable = config.deviceSpecific.isGaming;
|
||||
settings.general.inhibit_screensaver = 0;
|
||||
};
|
||||
}
|
@ -16,6 +16,7 @@
|
||||
|
||||
alacritty
|
||||
corectrl
|
||||
gamemode
|
||||
kitty
|
||||
mangohud
|
||||
mopidy
|
||||
|
Loading…
x
Reference in New Issue
Block a user