feat(programs): add navi

This commit is contained in:
Moritz Böhme 2023-04-25 19:50:28 +02:00
parent 52650a3c84
commit af1f1fec2e
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
4 changed files with 29 additions and 1 deletions

View file

@ -62,6 +62,7 @@ in
fish.enable = true;
git.enable = true;
gpg.enable = true;
navi.enable = true;
tmux.enable = true;
};
};
@ -99,6 +100,7 @@ in
exa
gparted
neofetch
reptyr
ripgrep
up
viu
@ -143,7 +145,6 @@ in
];
};
zoxide.enable = true;
navi.enable = true;
};
home = {
username = "moritz";