From 10d46c5da8bb20d42a0f3cded399d534e27f9977 Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Thu, 24 Apr 2025 17:51:35 +0200 Subject: hm: rename initExtraFirst to initContent with lib.mkBefore --- hm/gpg/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hm/gpg/default.nix') 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) -- cgit 1.4.1