diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2025-02-11 10:31:13 -0800 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2025-02-11 10:31:13 -0800 |
commit | 6392bd11a068969694c67961ac3c0a4fb57404e6 (patch) | |
tree | 2e7090e5f532abf82b518fcd83437280e1a65b1b | |
parent | b0ad4bd0500aa1204421ef29c8b8463315ee4a1d (diff) | |
download | nix-6392bd11a068969694c67961ac3c0a4fb57404e6.tar nix-6392bd11a068969694c67961ac3c0a4fb57404e6.tar.gz nix-6392bd11a068969694c67961ac3c0a4fb57404e6.tar.bz2 nix-6392bd11a068969694c67961ac3c0a4fb57404e6.tar.lz nix-6392bd11a068969694c67961ac3c0a4fb57404e6.tar.xz nix-6392bd11a068969694c67961ac3c0a4fb57404e6.tar.zst nix-6392bd11a068969694c67961ac3c0a4fb57404e6.zip |
Fix syntax
-rw-r--r-- | hosts/arrakis/hardware-configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 |