get rid of gamemode and stuff

This commit is contained in:
Henry Hiles 2026-01-22 12:48:21 +00:00
commit 4adf9a9a71
No known key found for this signature in database
3 changed files with 0 additions and 12 deletions

View file

@ -16,7 +16,4 @@
dynamicBoost.enable = true;
powerManagement.finegrained = true;
};
programs.gamemode.enable = true;
environment.sessionVariables.GAMEMODERUNEXEC = "nvidia-offload";
}

View file

@ -93,10 +93,6 @@
dirUtils.opt (builtins.pathExists path) (
map (file: import file inputs) (lib.filesystem.listFilesRecursive path)
);
config.permittedInsecurePackages = [
"libsoup-2.74.3"
];
};
};

View file

@ -1,5 +0,0 @@
{
nixpkgs.config.permittedInsecurePackages = [
"libsoup-2.74.3"
];
}