diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-10-21 01:01:10 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-10-21 01:01:10 -0700 |
commit | 988f4d05e435d128f26b239180a37fdac35fe2b7 (patch) | |
tree | 58aa28626315b342a9e5ec37cc54e043f70eba93 /flake.nix | |
parent | 9909f2cb6c0b51ebe2fa9f39e00bc94c77ed8396 (diff) | |
download | nix-988f4d05e435d128f26b239180a37fdac35fe2b7.tar nix-988f4d05e435d128f26b239180a37fdac35fe2b7.tar.gz nix-988f4d05e435d128f26b239180a37fdac35fe2b7.tar.bz2 nix-988f4d05e435d128f26b239180a37fdac35fe2b7.tar.lz nix-988f4d05e435d128f26b239180a37fdac35fe2b7.tar.xz nix-988f4d05e435d128f26b239180a37fdac35fe2b7.tar.zst nix-988f4d05e435d128f26b239180a37fdac35fe2b7.zip |
Add nVidia patches
Diffstat (limited to '')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ home-manager.users.nipsy = import ./home/nipsy/arrakis.nix; } sops-nix.nixosModules.sops - { nixpkgs.overlays = [ inputs.nvidia-patch.overlays.default ]; } + ({ config, pkgs, ... }: { nixpkgs.overlays = [ nvidia-patch.overlays.default ]; }) ]; }; |