Update to new opengl convention

This commit is contained in:
Joseph Hanson 2024-06-22 12:18:04 -05:00
parent 1c7a7705d2
commit 6f483596a6
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -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; [