summaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2021-07-09 11:48:54 +0200
committerMinijackson <minijackson@riseup.net>2021-07-09 11:49:04 +0200
commit1379ece72106f5e15856e72ce9d40ebc938d15d3 (patch)
tree3937952c9d066d58ae320207b4c06779d133c0f7 /flake.nix
parent70078aeaea47cdd994cce98cb9564e9a1ac38097 (diff)
downloadnixos-config-reborn-1379ece72106f5e15856e72ce9d40ebc938d15d3.tar.gz
nixos-config-reborn-1379ece72106f5e15856e72ce9d40ebc938d15d3.zip
zsh: add shmart-prompt-dir
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