From 4fdfb6b94b8042ee8882f31f5ecf03c7d3ed9448 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 13 Jun 2023 17:28:20 -0400 Subject: [PATCH] containers(osu): Remove gamemode gamemode is started from the host, so this isn't needed. --- containers/osu.nix | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/containers/osu.nix b/containers/osu.nix index 2bfc8ec2..f393e8f5 100644 --- a/containers/osu.nix +++ b/containers/osu.nix @@ -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