Commit b7d2a1207653

Vincent Demeester <vincent@sbr.pm>
2025-05-20 22:24:37
home: from initExtra to initContent
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 18ce986
Changed files (1)
home
common
shell
home/common/shell/zsh.nix
@@ -36,7 +36,7 @@
       export TLDR_CACHE_DIR="$XDG_CACHE_HOME"/tldr 
     '';
     # TODO Extract this to files.
-    initExtra = ''
+    initContent = ''
       # c.f. https://wiki.gnupg.org/AgentForwarding
       # gpgconf --create-socketdir &!
       path+="$HOME/${config.programs.zsh.dotDir}/functions"