Add zoxide integration for smart directory navigation

- Add zoxide package to flake.nix
- Enable zoxide with zsh integration in modules/zsh.nix
- Configure zoxide to replace cd command with smart frecency-based navigation
- Add zi alias for interactive directory selection with fzf

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Yan Lin 2025-07-30 00:07:48 +02:00
parent a7164a0ff3
commit 73d425d2bf
2 changed files with 12 additions and 0 deletions

View file

@ -74,6 +74,7 @@
git-credential-oauth
rsync
gnumake
zoxide
];
fonts.fontconfig.enable = true;