den
1{
2 den.default.homeManager = {
3 # zoxide is a smarter cd command, inspired by z and autojump.
4 # It remembers which directories you use most frequently,
5 # so you can "jump" to them in just a few keystrokes.
6 # zoxide works on all major shells.
7 programs.zoxide = {
8 enable = true;
9 enableBashIntegration = true;
10 enableFishIntegration = true;
11 };
12 };
13}