about summary refs log tree commit diff stats
path: root/hm/soispha/conf/lf/commands/default.nix
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-05-11 10:00:29 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-05-11 10:01:51 +0200
commitf8421335afe6d5f6120a40c7ed363cdb879a3c24 (patch)
treeaa0cc514fd160f74660480ed95a4e31ec5b43043 /hm/soispha/conf/lf/commands/default.nix
parentfix(hm/wms/river/init): Restore the pre 3.0 forced ssd (diff)
downloadnixos-config-f8421335afe6d5f6120a40c7ed363cdb879a3c24.zip
fix(hm/conf/lf): Correctly implement symlink following
Diffstat (limited to 'hm/soispha/conf/lf/commands/default.nix')
-rw-r--r--hm/soispha/conf/lf/commands/default.nix4
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 {