From 4adf9a9a717bc5050c4b58de5a44cc0551af968b Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Thu, 22 Jan 2026 12:48:21 +0000 Subject: [PATCH] get rid of gamemode and stuff --- clients/quadtop/nvidia.nix | 3 --- flake.nix | 4 ---- modules/graphical/insecure.nix | 5 ----- 3 files changed, 12 deletions(-) delete mode 100644 modules/graphical/insecure.nix diff --git a/clients/quadtop/nvidia.nix b/clients/quadtop/nvidia.nix index 3410123..f308113 100644 --- a/clients/quadtop/nvidia.nix +++ b/clients/quadtop/nvidia.nix @@ -16,7 +16,4 @@ dynamicBoost.enable = true; powerManagement.finegrained = true; }; - - programs.gamemode.enable = true; - environment.sessionVariables.GAMEMODERUNEXEC = "nvidia-offload"; } diff --git a/flake.nix b/flake.nix index 7f9755e..1e7a928 100755 --- a/flake.nix +++ b/flake.nix @@ -93,10 +93,6 @@ dirUtils.opt (builtins.pathExists path) ( map (file: import file inputs) (lib.filesystem.listFilesRecursive path) ); - - config.permittedInsecurePackages = [ - "libsoup-2.74.3" - ]; }; }; diff --git a/modules/graphical/insecure.nix b/modules/graphical/insecure.nix deleted file mode 100644 index 97c320f..0000000 --- a/modules/graphical/insecure.nix +++ /dev/null @@ -1,5 +0,0 @@ -{ - nixpkgs.config.permittedInsecurePackages = [ - "libsoup-2.74.3" - ]; -}