flake: Enable zsh so that variables get propagated
This commit is contained in:
parent
5ec5029fb1
commit
9be9298e0f
1 changed files with 3 additions and 0 deletions
|
|
@ -145,6 +145,9 @@
|
||||||
vimAlias = true;
|
vimAlias = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# enable zsh globally in order to get home.sessionPath to propagate :()
|
||||||
|
programs.zsh.enable = true;
|
||||||
|
|
||||||
# List services that you want to enable:
|
# List services that you want to enable:
|
||||||
|
|
||||||
# Enable the OpenSSH daemon.
|
# Enable the OpenSSH daemon.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue