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