Fix slow zsh startup.
This commit is contained in:
parent
1bac2c44ea
commit
6470e2b79f
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
config = lib.mkIf config.crony.zsh.enable {
|
||||
# Installing zsh
|
||||
programs.zsh.enable = true;
|
||||
programs.zsh.enableCompletion = false;
|
||||
users.defaultUserShell = pkgs.zsh;
|
||||
environment.pathsToLink = ["/share/zsh"];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue