From 464e39e3d96b513c0ae9d9b07bcc5ae47b48e622 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Mon, 1 Sep 2025 15:46:40 -0500 Subject: start using the terminal more on jupiter => make some changes --- modules/terminal/options.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/terminal/options.nix') diff --git a/modules/terminal/options.nix b/modules/terminal/options.nix index f7510d0..af7f0ee 100644 --- a/modules/terminal/options.nix +++ b/modules/terminal/options.nix @@ -64,6 +64,7 @@ in { fzf = mkProgramOption "fzf fuzzy finder"; bat = mkProgramOption "bat cat replacement"; eza = mkProgramOption "eza ls replacement"; + broot = mkProgramOption "broot"; }; }; }; -- cgit v1.3.1