From 6392bd11a068969694c67961ac3c0a4fb57404e6 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Tue, 11 Feb 2025 10:31:13 -0800 Subject: Fix syntax --- hosts/arrakis/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/arrakis/hardware-configuration.nix b/hosts/arrakis/hardware-configuration.nix index 532a673..7e1af4f 100644 --- a/hosts/arrakis/hardware-configuration.nix +++ b/hosts/arrakis/hardware-configuration.nix @@ -62,7 +62,7 @@ in { modesetting.enable = true; open = true; - package = if builtins.hasAttr video.version pkgs.nvidia-patch-list.fbc then pkgs.nvidia-patch.patch-nvenc (pkgs.nvidia-patch.patch-fbc config.boot.kernelPackages.nvidiaPackages.beta) else video; + package = if builtins.hasAttr video.version pkgs.nvidia-patch-list.fbc then pkgs.nvidia-patch.patch-nvenc (pkgs.nvidia-patch.patch-fbc video) else video; }; printers = let -- cgit v1.2.3