forked from extern/nix-config
meta: Remove gamemode
As far as I can tell, there isn't any noticeable performance difference with the hardware I use.
This commit is contained in:
parent
4a9861b1a4
commit
5ec4aab697
@ -5,7 +5,6 @@
|
||||
./dual-function-keys.nix
|
||||
./fish.nix
|
||||
./fonts.nix
|
||||
./gamemode.nix
|
||||
./greetd.nix
|
||||
./home-manager.nix
|
||||
./hyprland.nix
|
||||
|
@ -1,19 +0,0 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.gamemode = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
general = {
|
||||
renice = 10;
|
||||
igpu_power_threshold = -1;
|
||||
};
|
||||
|
||||
custom = {
|
||||
start = "${pkgs.libnotify}/bin/notify-send 'Note' 'gamemode started from host.'";
|
||||
end = "${pkgs.libnotify}/bin/notify-send 'Note' 'gamemode ended from host.'";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user