Enable zoxide this way
This commit is contained in:
parent
9884ed23c1
commit
521d51b1ce
2 changed files with 4 additions and 4 deletions
|
@ -11,6 +11,10 @@
|
|||
enable = true;
|
||||
};
|
||||
|
||||
programs.zoxide = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
plugins = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue