From 5bef47172cbef420a3f53c753723662f077ec4d0 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Wed, 23 Oct 2024 00:42:20 -0700 Subject: Add nVidia patches --- hosts/arrakis/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/arrakis/hardware-configuration.nix') diff --git a/hosts/arrakis/hardware-configuration.nix b/hosts/arrakis/hardware-configuration.nix index 7d5c4bf..473d6dc 100644 --- a/hosts/arrakis/hardware-configuration.nix +++ b/hosts/arrakis/hardware-configuration.nix @@ -103,7 +103,7 @@ in nvidia = { modesetting.enable = true; open = true; - package = pkgs.nvidia-patch.patch-nvenc (pkgs.nvidia-patch.patch-fbc package); + package = with pkgs; nvidia-patch.patch-nvenc (nvidia-patch.patch-fbc package); }; }; } -- cgit v1.2.3