From 8762c3a15ea8ef8b4ce4d6a86d8ab0542bd37b08 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 30 Nov 2025 10:57:41 -0800 Subject: add a profile for passage and install hledger --- home/profiles/security.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 home/profiles/security.nix (limited to 'home') diff --git a/home/profiles/security.nix b/home/profiles/security.nix new file mode 100644 index 0000000..fd82167 --- /dev/null +++ b/home/profiles/security.nix @@ -0,0 +1,12 @@ +{ pkgs, config, ... }: +{ + home.packages = with pkgs; [ + age-plugin-yubikey + passage + ]; + + home.sessionVariables = { + "PASSAGE_DIR" = "${config.xdg.dataHome}/passage"; + "PASSAGE_IDENTITIES_FILE" = "${config.xdg.dataHome}/passage/identities"; + }; +} -- cgit v1.2.3