summary refs log tree commit diff stats
path: root/hm/gpg
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2025-04-24 17:51:35 +0200
committerSilas Schöffel <sils@sils.li>2025-04-24 21:31:14 +0200
commit10d46c5da8bb20d42a0f3cded399d534e27f9977 (patch)
treeb69505f1867c8f4fb0aeb4a4dfaf3a0f81abe47c /hm/gpg
parenthm/packages: rename python39 to python3 (diff)
downloadnix-config-10d46c5da8bb20d42a0f3cded399d534e27f9977.zip
hm: rename initExtraFirst to initContent with lib.mkBefore HEAD main
Diffstat (limited to 'hm/gpg')
-rw-r--r--hm/gpg/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/gpg/default.nix b/hm/gpg/default.nix
index 2632874..a8478a8 100644
--- a/hm/gpg/default.nix
+++ b/hm/gpg/default.nix
@@ -16,7 +16,7 @@
     enableSshSupport = true;
     sshKeys = ["4077454831C98FE4BE4A9C167186C5A63615B790"];
   };
-  programs.zsh.initExtraFirst = lib.mkBefore ''
+  programs.zsh.initContent = lib.mkBefore ''
     current_tty="$(tty)"
     tty() { echo "$current_tty"; }
     SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)