mirror of
https://git.kb-one.de/kb01/aux-config.git
synced 2025-12-05 18:28:53 +00:00
Disabled Open Nvidia
This commit is contained in:
parent
b0a4535d3e
commit
0d092238f3
|
|
@ -37,6 +37,7 @@
|
|||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.stable;
|
||||
hardware.nvidia.open = false;
|
||||
hardware.openrazer = {
|
||||
enable = true;
|
||||
users = [ "kb" ];
|
||||
|
|
|
|||
Loading…
Reference in a new issue