diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-10-23 00:42:20 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-10-23 00:42:20 -0700 |
commit | 5bef47172cbef420a3f53c753723662f077ec4d0 (patch) | |
tree | b4d68929cb66203d3fe4817a6309a9b18a0d0b4f /hosts | |
parent | b7864089766d9a3e67b4743eb41b231b7742da45 (diff) | |
download | nix-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 'hosts')
-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 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); }; }; } |