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;
};