aboutsummaryrefslogtreecommitdiff
path: root/modules/terminal/system/programs/broot.nix
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-06-17 17:55:29 +0000
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-06-17 17:55:29 +0000
commit7b42a09edbf77a23e78a6b3f251215469ce15146 (patch)
treeb25a4387646f1d54396f2e4c5bee2db504b5623e /modules/terminal/system/programs/broot.nix
parent3981482362931c995bc814c3e4441628b86980f1 (diff)
changes, jupiter will be broken
Diffstat (limited to 'modules/terminal/system/programs/broot.nix')
-rw-r--r--modules/terminal/system/programs/broot.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/terminal/system/programs/broot.nix b/modules/terminal/system/programs/broot.nix
index ed86822..d36a5e5 100644
--- a/modules/terminal/system/programs/broot.nix
+++ b/modules/terminal/system/programs/broot.nix
@@ -10,9 +10,11 @@
conf = toml'.generate "conf.toml" {
verbs = [
{
- invocation = "edit";
+ name = "open-code";
key = "enter";
- execution = "${pkgs.helix}/bin/hx {file}";
+ execution = "$EDITOR +{line} {file}";
+ working_dir = "{root}";
+ leave_broot = true;
}
];
};