feat(shell): add zoxide

This commit is contained in:
Felix Schröter 2024-04-30 23:06:12 +02:00
parent f310bc09d2
commit 0fba108a28
Signed by: felschr
GPG key ID: 671E39E6744C807D
2 changed files with 6 additions and 0 deletions

View file

@ -6,6 +6,7 @@
./zsh.nix
./nushell.nix
./starship.nix
./zoxide.nix
./kitty.nix
./direnv.nix
];

5
home/shell/zoxide.nix Normal file
View file

@ -0,0 +1,5 @@
_:
{
programs.zoxide.enable = true;
}