mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-04-03 20:31:39 +02:00
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
|
./dual-function-keys.nix
|
||||||
./fish.nix
|
./fish.nix
|
||||||
./fonts.nix
|
./fonts.nix
|
||||||
./gamemode.nix
|
|
||||||
./greetd.nix
|
./greetd.nix
|
||||||
./home-manager.nix
|
./home-manager.nix
|
||||||
./hyprland.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