aboutsummaryrefslogtreecommitdiff
path: root/modules/terminal/system/programs/broot.nix
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-07-08 14:55:31 +0000
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-07-08 14:55:31 +0000
commitfabc1603e42673afddde37ef121e0b8935559086 (patch)
treee09834122fb348d6253d9ab48549bf559c043dfd /modules/terminal/system/programs/broot.nix
parentc31425298f3de9fff78d38a36ccc2d8e14c580ee (diff)
move stuff to their own files; system update
Diffstat (limited to 'modules/terminal/system/programs/broot.nix')
-rw-r--r--modules/terminal/system/programs/broot.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/terminal/system/programs/broot.nix b/modules/terminal/system/programs/broot.nix
index 4a15063..585e07a 100644
--- a/modules/terminal/system/programs/broot.nix
+++ b/modules/terminal/system/programs/broot.nix
@@ -25,9 +25,7 @@ in
".config/broot/conf.toml".source = conf;
".config/fish/conf.d/broot.fish".text = lib.mkIf config.collinux.terminal.shells.fish.enable ''
- if status is-interactive
- ${pkgs.broot}/bin/broot --print-shell-function fish | source
- end
+ ${pkgs.broot}/bin/broot --print-shell-function fish | source
'';
};