From f8421335afe6d5f6120a40c7ed363cdb879a3c24 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 11 May 2024 10:00:29 +0200 Subject: fix(hm/conf/lf): Correctly implement symlink following --- 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 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 { -- cgit 1.4.1