diff options
Diffstat (limited to 'home/programs/age.nix')
| -rw-r--r-- | home/programs/age.nix | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/home/programs/age.nix b/home/programs/age.nix new file mode 100644 index 0000000..e41d0d8 --- /dev/null +++ b/home/programs/age.nix @@ -0,0 +1,13 @@ +{ pkgs, config, ... }: +{ + home.packages = with pkgs; [ + age + age-plugin-yubikey + passage + ]; + + home.sessionVariables = { + "PASSAGE_DIR" = "${config.xdg.dataHome}/passage"; + "PASSAGE_IDENTITIES_FILE" = "${config.xdg.dataHome}/passage/identities"; + }; +} |
