diff options
author | Silas Schöffel <sils@sils.li> | 2025-04-24 17:51:35 +0200 |
---|---|---|
committer | Silas Schöffel <sils@sils.li> | 2025-04-24 21:31:14 +0200 |
commit | 10d46c5da8bb20d42a0f3cded399d534e27f9977 (patch) | |
tree | b69505f1867c8f4fb0aeb4a4dfaf3a0f81abe47c /hm/gpg/default.nix | |
parent | hm/packages: rename python39 to python3 (diff) | |
download | nix-config-10d46c5da8bb20d42a0f3cded399d534e27f9977.zip |
Diffstat (limited to 'hm/gpg/default.nix')
-rw-r--r-- | hm/gpg/default.nix | 2 |
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) |