aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-10-23 00:42:20 -0700
committerMark Nipper <nipsy@bitgnome.net>2024-10-23 00:42:20 -0700
commit5bef47172cbef420a3f53c753723662f077ec4d0 (patch)
treeb4d68929cb66203d3fe4817a6309a9b18a0d0b4f
parentb7864089766d9a3e67b4743eb41b231b7742da45 (diff)
downloadnix-5bef47172cbef420a3f53c753723662f077ec4d0.tar
nix-5bef47172cbef420a3f53c753723662f077ec4d0.tar.gz
nix-5bef47172cbef420a3f53c753723662f077ec4d0.tar.bz2
nix-5bef47172cbef420a3f53c753723662f077ec4d0.tar.lz
nix-5bef47172cbef420a3f53c753723662f077ec4d0.tar.xz
nix-5bef47172cbef420a3f53c753723662f077ec4d0.tar.zst
nix-5bef47172cbef420a3f53c753723662f077ec4d0.zip
Add nVidia patches
Diffstat (limited to '')
-rw-r--r--hosts/arrakis/hardware-configuration.nix2
1 files changed, 1 insertions, 1 deletions
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);
};
};
}