40 current 2025-04-30 02:44:53 25.05.20250424.f771eb4 6.12.24 *

This commit is contained in:
2025-04-30 02:44:59 -04:00
parent 129bab1fd8
commit 170e222da0

View File

@@ -41,7 +41,12 @@
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
'';
initExtra = builtins.readFile ./zshrc;
initExtra = ''
${builtins.readFile ./zshrc}
if [ -f "${osConfig.age.secrets.zsh_remote.path}" ]; then
source "${osConfig.age.secrets.zsh_remote.path}"
fi
'';
# initExtra = builtins.readFile ./zshrc;
};
}