summaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index c963005..b12f60c 100644
--- a/flake.nix
+++ b/flake.nix
@@ -25,6 +25,10 @@
25 url = "github:minijackson/shmart-prompt-dir"; 25 url = "github:minijackson/shmart-prompt-dir";
26 flake = false; 26 flake = false;
27 }; 27 };
28 wallpapers = {
29 url = "git+https://git.huh.gdn/wallpapers";
30 flake = false;
31 };
28 }; 32 };
29 33
30 outputs = inputs @ { self, nixpkgs, home-manager, ... }: { 34 outputs = inputs @ { self, nixpkgs, home-manager, ... }: {