Update to new opengl convention
This commit is contained in:
parent
1c7a7705d2
commit
6f483596a6
1 changed files with 2 additions and 3 deletions
|
@ -10,10 +10,9 @@ in
|
|||
|
||||
# ref: https://nixos.wiki/wiki/Nvidia
|
||||
# Enable OpenGL
|
||||
hardware.opengl = {
|
||||
hardware.graphics = {
|
||||
enable = true;
|
||||
driSupport = true;
|
||||
driSupport32Bit = true;
|
||||
enable32Bit = true;
|
||||
};
|
||||
|
||||
hardware.opengl.extraPackages = with pkgs; [
|
||||
|
|
Loading…
Reference in a new issue