From f14e1735506da281d323e6c36cf62c35f8abf0bd Mon Sep 17 00:00:00 2001 From: Soispha Date: Fri, 23 Feb 2024 21:17:39 +0100 Subject: feat(hm/conf/lf): Add a `execute` subcommand --- hm/soispha/conf/lf/commands/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hm/soispha/conf/lf/commands/default.nix') diff --git a/hm/soispha/conf/lf/commands/default.nix b/hm/soispha/conf/lf/commands/default.nix index 6da7fab0..aeae266e 100644 --- a/hm/soispha/conf/lf/commands/default.nix +++ b/hm/soispha/conf/lf/commands/default.nix @@ -131,6 +131,10 @@ in { ; }; }; + execute = shell { + name = "execute"; + dependencies = []; + }; fzf_jump = shell { name = "fzf_jump"; dependencies = builtins.attrValues { -- cgit 1.4.1