Rename opengl and move it to gui.nix
This commit is contained in:
parent
101a66776f
commit
e6f4d2b5ec
2 changed files with 5 additions and 6 deletions
|
@ -190,12 +190,6 @@
|
|||
};
|
||||
|
||||
hardware = {
|
||||
opengl = {
|
||||
enable = true;
|
||||
driSupport = true;
|
||||
driSupport32Bit = true;
|
||||
};
|
||||
|
||||
nvidia = {
|
||||
package = config.boot.kernelPackages.nvidiaPackages.stable;
|
||||
modesetting.enable = true;
|
||||
|
|
5
gui.nix
5
gui.nix
|
@ -27,5 +27,10 @@
|
|||
hardware = {
|
||||
nvidia.nvidiaSettings = true;
|
||||
pulseaudio.enable = false;
|
||||
|
||||
graphics = {
|
||||
enable = true;
|
||||
enable32Bit = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue