use vulkan_beta nvidia driver

This commit is contained in:
Noa Aarts 2024-04-29 23:44:39 +02:00
parent c6c9524761
commit a93cef27cc

View file

@ -4,7 +4,7 @@
{ config, pkgs, inputs, nix-colors, ... }: { config, pkgs, inputs, nix-colors, ... }:
{ rec {
imports = imports =
[ # Include the results of the hardware scan. [ # Include the results of the hardware scan.
./hardware-configuration.nix ./hardware-configuration.nix
@ -30,6 +30,7 @@
}; };
open = false; open = false;
nvidiaSettings = true; nvidiaSettings = true;
package = config.boot.kernelPackages.nvidiaPackages.vulkan_beta;
}; };
hardware.opengl = { hardware.opengl = {
enable = true; enable = true;