about summary refs log tree commit diff stats
path: root/hm/soispha/conf/lf/commands/default.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-02-23 20:56:29 +0100
committerSoispha <soispha@vhack.eu>2024-02-23 21:18:28 +0100
commit3b2ee2422050a0abc5b9e911fe45491425f41bfe (patch)
tree16f0860636b1ba265a3f045bf5b8a6df48436257 /hm/soispha/conf/lf/commands/default.nix
parentfeat(hm/conf/git): Switch to zdiff3 instead of diff3 (diff)
downloadnixos-config-3b2ee2422050a0abc5b9e911fe45491425f41bfe.zip
feat(hm/conf/lf): Start zathura on opening pdfs in lf
Diffstat (limited to 'hm/soispha/conf/lf/commands/default.nix')
-rw-r--r--hm/soispha/conf/lf/commands/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/hm/soispha/conf/lf/commands/default.nix b/hm/soispha/conf/lf/commands/default.nix
index 47bf0a12..6994f100 100644
--- a/hm/soispha/conf/lf/commands/default.nix
+++ b/hm/soispha/conf/lf/commands/default.nix
@@ -168,9 +168,9 @@ in {
       TO_BE_SHELL_LIBRARY_PATH = "%SHELL_LIBRARY_PATH"; # replacement is not recursive
     };
   };
-  open = shell {
-    name = "open";
-    dependencies = builtins.attrValues {inherit (pkgs) file xdg-utils;};
+  view_file = async {
+    name = "view_file";
+    dependencies = builtins.attrValues {inherit (pkgs) file;};
   };
   go_project_base_directory = async {
     name = "go_project_root";