zaphyra's git: nixfiles

zaphyra's nixfiles

commit b6b815b39f4983125b027395d56deeb9256cf024
parent 915513439d60efb2dd75c84a362e6d55ce4b20f9
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Wed, 27 Aug 2025 21:48:50 +0200

config/home-manager/zaphyra/programs/chaosctl set correct `GNUPGHOME`
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/config/home-manager/zaphyra/programs/chaosctl.nix b/config/home-manager/zaphyra/programs/chaosctl.nix
@@ -11,6 +11,7 @@
 
   programs.niri.settings.binds = with config.lib.niri.actions; {
     "Mod+Shift+D".action = spawn "${pkgs.writeShellScript "cccda-buzzer" ''
+      export GNUPGHOME=${config.programs.gpg.homedir}
       export SSH_AUTH_SOCK=$(${lib.getExe' pkgs.gnupg "gpgconf"} --list-dirs agent-ssh-socket)
       ${lib.getExe' pkgs.libnotify "notify-send"} -e "CCCDA-Door" "$(${lib.getExe pkgs.tgc.chaosctl} door buzzer)"
     ''}";