install broot

This commit is contained in:
Schrottkatze 2025-06-24 17:15:14 +02:00
commit f3b5005aff
No known key found for this signature in database
2 changed files with 8 additions and 0 deletions

View file

@ -14,6 +14,12 @@
home-manager.users.jade =
{ ... }:
{
programs.broot = {
enable = true;
settings = {
modal = true;
};
};
programs.carapace.enable = true;
programs.direnv.enable = true;
};

View file

@ -2,6 +2,8 @@ alias gnix = cd ~/nix-configs;
alias grepo = cd ~/Documents/repos;
alias wh = wormhole-rs;
alias b = broot;
alias gg = gitui;
alias ga = git add;
alias gc = git commit;