nu+zoxide is broken on HM

https://github.com/nix-community/home-manager/issues/6319
This commit is contained in:
Sridhar Ratnakumar 2025-07-25 15:09:42 -04:00
parent 6ff9e4237f
commit b0ee4cf166

View file

@ -76,7 +76,10 @@ in
*/
bat.enable = true;
autojump.enable = false;
zoxide.enable = true;
# zoxide breaks Nu startup: https://github.com/nix-community/home-manager/issues/6319
# zoxide.enable = true;
fzf.enable = true;
jq.enable = true;
btop.enable = true;