From 2006018e7a280f70c9a7d9efc70632fbb86059ac Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Tue, 8 Jul 2025 01:17:08 +0000 Subject: .source -> .text where possible --- modules/terminal/system/programs/broot.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'modules/terminal/system/programs/broot.nix') diff --git a/modules/terminal/system/programs/broot.nix b/modules/terminal/system/programs/broot.nix index d36a5e5..4a15063 100644 --- a/modules/terminal/system/programs/broot.nix +++ b/modules/terminal/system/programs/broot.nix @@ -23,6 +23,12 @@ in hjem.users."${config.collinux.user.name}" = { files = { ".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 + ''; }; packages = [pkgs.broot]; -- cgit v1.3.1