the devs at nvidia definetly smoke crack

This commit is contained in:
xqtc161 2024-04-21 20:51:19 +02:00
parent e16691ac75
commit 61a9c17969

View file

@ -51,6 +51,10 @@
driSupport32Bit = true;
};
hardware.opengl.extraPackages = with pkgs; [
vaapiVdpau
];
hardware.nvidia = {
modesetting.enable = true;
@ -61,7 +65,7 @@
nvidiaSettings = true;
# package = config.boot.kernelPackages.nvidiaPackages.stable;
package = config.boot.kernelPackages.nvidiaPackages.stable;
};
# Use the systemd-boot EFI boot loader.