diff --git a/nixos/configuration.nix b/nixos/configuration.nix index ecd996c4..4647de2b 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -73,8 +73,9 @@ enableRedistributableFirmware = true; nvidia.modesetting.enable = true; # Not officially supported by NVidia but needed for wayland - # opengl.enable = true; - # opengl.driSupport32Bit = true; + opengl.enable = true; + opengl.driSupport = true; + opengl.driSupport32Bit = true; sane.enable = true; # Scanning };