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, ... }:
{
rec {
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
@ -30,6 +30,7 @@
};
open = false;
nvidiaSettings = true;
package = config.boot.kernelPackages.nvidiaPackages.vulkan_beta;
};
hardware.opengl = {
enable = true;