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