aboutsummaryrefslogtreecommitdiff
path: root/modules/terminal/hjem/programs/broot.nix
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-04-02 16:28:48 -0500
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-04-02 16:28:48 -0500
commit2147a65b5ff7cef352d95dfa72c705145771f3a3 (patch)
tree400c97cf82c0a0417f40f09c54b63df50eea90ad /modules/terminal/hjem/programs/broot.nix
parent48a837a91959efbc7da7f98447c50f32b4ee7c94 (diff)
touch
Diffstat (limited to 'modules/terminal/hjem/programs/broot.nix')
-rw-r--r--modules/terminal/hjem/programs/broot.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/terminal/hjem/programs/broot.nix b/modules/terminal/hjem/programs/broot.nix
index 8678551..4836d50 100644
--- a/modules/terminal/hjem/programs/broot.nix
+++ b/modules/terminal/hjem/programs/broot.nix
@@ -33,6 +33,14 @@
leave_broot = false;
}
{
+ name = "touch";
+ invocation = "touch {filename}";
+ execution = "touch {filename}";
+ working_dir = "{directory}";
+ apply_to = "directory";
+ leave_broot = false;
+ }
+ {
name = "lazygit";
key = "ctrl-g";
invocation = "lazygit";