diff --git a/modules/programs/keychain.nix b/modules/programs/keychain.nix index 61ab4823..8c47bc0a 100644 --- a/modules/programs/keychain.nix +++ b/modules/programs/keychain.nix @@ -120,7 +120,7 @@ in { ${shellCommand} | parse -r '(\w+)=(.*); export \1' | transpose -ird | load-env ''; xsession.initExtra = mkIf cfg.enableXsessionIntegration '' - eval "$(${shellCommand})" + eval "$(SHELL=bash ${shellCommand})" ''; }; }