get rid of gamemode and stuff
This commit is contained in:
parent
ba221d1765
commit
4adf9a9a71
3 changed files with 0 additions and 12 deletions
|
|
@ -16,7 +16,4 @@
|
||||||
dynamicBoost.enable = true;
|
dynamicBoost.enable = true;
|
||||||
powerManagement.finegrained = true;
|
powerManagement.finegrained = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.gamemode.enable = true;
|
|
||||||
environment.sessionVariables.GAMEMODERUNEXEC = "nvidia-offload";
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -93,10 +93,6 @@
|
||||||
dirUtils.opt (builtins.pathExists path) (
|
dirUtils.opt (builtins.pathExists path) (
|
||||||
map (file: import file inputs) (lib.filesystem.listFilesRecursive path)
|
map (file: import file inputs) (lib.filesystem.listFilesRecursive path)
|
||||||
);
|
);
|
||||||
|
|
||||||
config.permittedInsecurePackages = [
|
|
||||||
"libsoup-2.74.3"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
{
|
|
||||||
nixpkgs.config.permittedInsecurePackages = [
|
|
||||||
"libsoup-2.74.3"
|
|
||||||
];
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue