feat(shell): add zoxide
This commit is contained in:
parent
f310bc09d2
commit
0fba108a28
|
@ -6,6 +6,7 @@
|
||||||
./zsh.nix
|
./zsh.nix
|
||||||
./nushell.nix
|
./nushell.nix
|
||||||
./starship.nix
|
./starship.nix
|
||||||
|
./zoxide.nix
|
||||||
./kitty.nix
|
./kitty.nix
|
||||||
./direnv.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