forked from nyanloutre/nixos-config
update nvidia drivers to latest
This commit is contained in:
parent
f519d85ca9
commit
dc4ee4c4c5
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
hardware.nvidia = {
|
||||
open = false;
|
||||
modesetting.enable = true;
|
||||
package = config.boot.kernelPackages.nvidiaPackages.latest;
|
||||
};
|
||||
|
||||
fileSystems."/" =
|
||||
|
|
Loading…
Add table
Reference in a new issue