diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-10-21 00:54:00 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-10-21 00:54:00 -0700 |
commit | 592f267b41f5550d6713c0724c018842efe54b22 (patch) | |
tree | 026566eb7581c4a59cb7cfb207143aa1fca220a9 /flake.nix | |
parent | 3d1b934eb399469651342b5b0d61f90ef2616507 (diff) | |
download | nix-592f267b41f5550d6713c0724c018842efe54b22.tar nix-592f267b41f5550d6713c0724c018842efe54b22.tar.gz nix-592f267b41f5550d6713c0724c018842efe54b22.tar.bz2 nix-592f267b41f5550d6713c0724c018842efe54b22.tar.lz nix-592f267b41f5550d6713c0724c018842efe54b22.tar.xz nix-592f267b41f5550d6713c0724c018842efe54b22.tar.zst nix-592f267b41f5550d6713c0724c018842efe54b22.zip |
Add nVidia patches
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -63,6 +63,7 @@ home-manager.users.nipsy = import ./home/nipsy/arrakis.nix; } sops-nix.nixosModules.sops + { nixpkgs.overlays = [ inputs.nvidia-patch.overlays.default ]; } ]; }; |