about summary refs log tree commit diff
path: root/home/pass/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--home/pass/default.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/home/pass/default.nix b/home/pass/default.nix
index c3e06f6..c1994f8 100644
--- a/home/pass/default.nix
+++ b/home/pass/default.nix
@@ -16,6 +16,16 @@ in
       };
     };
 
+
+    home.sessionVariables = {
+      PASSAGE_DIR = "${config.xdg.dataHome}/passage/store";
+    };
+
+    home.packages = with pkgs; [
+      passage
+      tree
+    ];
+
     programs.git = {
       extraConfig = {
         credential = {