home: zsh: fix prezto config

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2025-06-14 17:23:25 +05:30
parent c590fb01dc
commit 0ecd267fa8
2 changed files with 6 additions and 4 deletions

View File

@@ -3,9 +3,8 @@ let
secretPath = "${config.home.homeDirectory}/.zshenv_secret";
in
{
programs.zsh.initExtra = lib.mkForce ''
programs.zsh.initContent = lib.mkAfter ''
. ${secretPath};
unsetopt extendedGlob
'';
age.secrets.zshenv_secret = {