Enable zoxide this way
This commit is contained in:
parent
9884ed23c1
commit
521d51b1ce
|
@ -11,6 +11,10 @@
|
|||
enable = true;
|
||||
};
|
||||
|
||||
programs.zoxide = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
plugins = [
|
||||
|
|
|
@ -54,10 +54,6 @@
|
|||
# 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