feat(shell): add zoxide
This commit is contained in:
parent
f310bc09d2
commit
0fba108a28
|
@ -6,6 +6,7 @@
|
|||
./zsh.nix
|
||||
./nushell.nix
|
||||
./starship.nix
|
||||
./zoxide.nix
|
||||
./kitty.nix
|
||||
./direnv.nix
|
||||
];
|
||||
|
|
5
home/shell/zoxide.nix
Normal file
5
home/shell/zoxide.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
_:
|
||||
|
||||
{
|
||||
programs.zoxide.enable = true;
|
||||
}
|
Loading…
Reference in a new issue