containers(osu): Remove gamemode

gamemode is started from the host, so this isn't needed.
This commit is contained in:
Donovan Glover 2023-06-13 17:28:20 -04:00
parent b0dd76886a
commit 4fdfb6b94b
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -38,7 +38,7 @@ in
}
];
config = { pkgs, lib, ... }: {
config = { pkgs, ... }: {
imports = [
home-manager.nixosModules.home-manager
stylix.nixosModules.stylix
@ -49,21 +49,6 @@ in
../modules/pipewire
];
programs.gamemode = {
enable = true;
settings = {
general = {
renice = 10;
igpu_power_threshold = -1;
};
custom = {
start = "${pkgs.libnotify}/bin/notify-send 'Note' 'gamemode started.'";
end = "${pkgs.libnotify}/bin/notify-send 'Note' 'gamemode ended.";
};
};
};
environment.systemPackages = with pkgs; [
nix-gaming.packages."${VARIABLES.system}".osu-stable
kitty