Needs to be in there instead
This commit is contained in:
parent
ff1acef577
commit
9884ed23c1
2 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue