Fix slow zsh startup.
This commit is contained in:
parent
1bac2c44ea
commit
6470e2b79f
@ -11,6 +11,7 @@
|
|||||||
config = lib.mkIf config.crony.zsh.enable {
|
config = lib.mkIf config.crony.zsh.enable {
|
||||||
# Installing zsh
|
# Installing zsh
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
|
programs.zsh.enableCompletion = false;
|
||||||
users.defaultUserShell = pkgs.zsh;
|
users.defaultUserShell = pkgs.zsh;
|
||||||
environment.pathsToLink = ["/share/zsh"];
|
environment.pathsToLink = ["/share/zsh"];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user