Update nVidia desktop
This commit is contained in:
parent
5a124148a3
commit
1958bb41d7
1 changed files with 3 additions and 1 deletions
|
@ -46,6 +46,8 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.xserver.videoDrivers = [ "nvidia" ];
|
||||||
|
|
||||||
hardware = {
|
hardware = {
|
||||||
opengl = {
|
opengl = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -54,7 +56,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
nvidia = {
|
nvidia = {
|
||||||
open = false;
|
open = true;
|
||||||
nvidiaSettings = true;
|
nvidiaSettings = true;
|
||||||
modesetting.enable = true;
|
modesetting.enable = true;
|
||||||
package = config.boot.kernelPackages.nvidiaPackages.production; # (installs 550)
|
package = config.boot.kernelPackages.nvidiaPackages.production; # (installs 550)
|
||||||
|
|
Loading…
Reference in a new issue