From a93cef27cc61e55cb99e8d03b23b38c6889a5bb9 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Mon, 29 Apr 2024 23:44:39 +0200 Subject: [PATCH] use vulkan_beta nvidia driver --- hosts/default/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 913620f..ce91275 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -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;