diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-09-01 15:46:40 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-09-01 15:46:40 -0500 |
| commit | 464e39e3d96b513c0ae9d9b07bcc5ae47b48e622 (patch) | |
| tree | b95a6cce1bf4a540d5c777c7f01fc9864d82a26f /modules/terminal/options.nix | |
| parent | eb4c6fa1ba1e3a3bfe2291727bc89e0928139b8e (diff) | |
start using the terminal more on jupiter => make some changes
Diffstat (limited to 'modules/terminal/options.nix')
| -rw-r--r-- | modules/terminal/options.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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"; }; }; }; |
