diff options
Diffstat (limited to '')
-rw-r--r-- | hm/soispha/conf/lf/commands/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hm/soispha/conf/lf/commands/default.nix b/hm/soispha/conf/lf/commands/default.nix index ff40d94d..933769ac 100644 --- a/hm/soispha/conf/lf/commands/default.nix +++ b/hm/soispha/conf/lf/commands/default.nix @@ -135,6 +135,10 @@ in { name = "execute"; dependencies = []; }; + follow_link = pipe { + name = "follow_link"; + dependencies = with pkgs; [lf]; + }; fzf_jump = shell { name = "fzf_jump"; dependencies = builtins.attrValues { |