install broot

This commit is contained in:
Schrottkatze 2025-06-24 17:15:14 +02:00
parent 8110cbb92a
commit f3b5005aff
Signed by: schrottkatze
SSH key fingerprint: SHA256:FPOYVeBy3QP20FEM42uWF1Wa/Qhlk+L3S2+Wuau/Auo
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;
};