Browse Source

Enable driver support

main
parent
commit
c1a091288d
Signed by: chris GPG Key ID: 3025DCBD46F81C0F
  1. 1
      README.org
  2. 1
      modules/nvidia.nix

1
README.org

@ -1246,6 +1246,7 @@ in {
# Add OpenGL support.
hardware.opengl = {
enable = true;
driSupport = true;
driSupport32Bit = true;
extraPackages32 = with pkgs; [
pkgsi686Linux.libva

1
modules/nvidia.nix

@ -41,6 +41,7 @@ in {
# Add OpenGL support.
hardware.opengl = {
enable = true;
driSupport = true;
driSupport32Bit = true;
extraPackages32 = with pkgs; [
pkgsi686Linux.libva

Loading…
Cancel
Save