Add zoxide
This commit is contained in:
parent
1c13bb531b
commit
353745a364
1 changed files with 6 additions and 0 deletions
|
@ -103,6 +103,12 @@ in
|
||||||
|
|
||||||
package = pkgs.unstable-pkgs.gnupg;
|
package = pkgs.unstable-pkgs.gnupg;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
zoxide = {
|
||||||
|
enable = true;
|
||||||
|
|
||||||
|
package = pkgs.unstable-pkgs.zoxide;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue