Needs to be in there instead
This commit is contained in:
parent
ff1acef577
commit
9884ed23c1
|
@ -11,10 +11,6 @@
|
|||
enable = true;
|
||||
};
|
||||
|
||||
environment.interactiveShellInit = ''
|
||||
alias cd='z'
|
||||
'';
|
||||
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
plugins = [
|
||||
|
|
|
@ -54,6 +54,10 @@
|
|||
# Enable completion of system packages by zsh
|
||||
environment.pathsToLink = ["/share/zsh"];
|
||||
|
||||
environment.interactiveShellInit = ''
|
||||
alias cd='z'
|
||||
'';
|
||||
|
||||
users.mutableUsers = false;
|
||||
|
||||
users.users.root = {
|
||||
|
|
Loading…
Reference in a new issue