flake: Enable zsh so that variables get propagated

This commit is contained in:
Alexander Kobjolke 2022-10-16 21:26:40 +02:00
parent 5ec5029fb1
commit 9be9298e0f

View file

@ -145,6 +145,9 @@
vimAlias = true;
};
# enable zsh globally in order to get home.sessionPath to propagate :()
programs.zsh.enable = true;
# List services that you want to enable:
# Enable the OpenSSH daemon.