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 6d014e9..d25a4a4 100644
--- a/flake.nix
+++ b/flake.nix
@@ -13,6 +13,10 @@
13 url = "github:musnix/musnix"; 13 url = "github:musnix/musnix";
14 flake = false; 14 flake = false;
15 }; 15 };
16 inputs.shmart-prompt-dir = {
17 url = "github:minijackson/shmart-prompt-dir";
18 flake = false;
19 };
16 20
17 outputs = inputs @ { self, nixpkgs, home-manager, ... }: { 21 outputs = inputs @ { self, nixpkgs, home-manager, ... }: {
18 22