feat: init zoxide

This commit is contained in:
notohh 2023-04-05 15:54:00 -04:00
parent 0d4b251196
commit fcba122e4d
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -9,11 +9,11 @@
./helix ./helix
./git ./git
./lazygit ./lazygit
./zoxide
]; ];
home.packages = with pkgs; [ home.packages = with pkgs; [
bat bat
zoxide
croc croc
]; ];
} }