summary refs log tree commit diff stats
path: root/hm/gpg
diff options
context:
space:
mode:
Diffstat (limited to '')
-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)