1
0
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:
Donovan Glover 2023-07-01 22:43:55 -04:00
parent 4a9861b1a4
commit 5ec4aab697
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
3 changed files with 0 additions and 21 deletions

View File

@ -5,7 +5,6 @@
./dual-function-keys.nix
./fish.nix
./fonts.nix
./gamemode.nix
./greetd.nix
./home-manager.nix
./hyprland.nix

View File

@ -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.'";
};
};
};
}

View File

@ -5,7 +5,6 @@
./overlays
./modules/fish.nix
./modules/fonts.nix
./modules/gamemode.nix
./modules/home-manager.nix
./modules/locale.nix
./modules/neovim.nix