Needs to be in there instead

This commit is contained in:
Lillian Violet 2024-03-04 16:17:16 +01:00
parent ff1acef577
commit 9884ed23c1
2 changed files with 4 additions and 4 deletions

View file

@ -11,10 +11,6 @@
enable = true;
};
environment.interactiveShellInit = ''
alias cd='z'
'';
programs.zsh = {
enable = true;
plugins = [

View file

@ -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 = {