about summary refs log tree commit diff stats
path: root/home-manager/config/lf/default.nix
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-02-25 14:05:33 +0100
committerene <ene@sils.li>2023-02-25 14:05:33 +0100
commit9da8e0602825e80e359b9d6125e66d502264e7c0 (patch)
tree6ef6aee5c17dc09ca10a524c9b654b5e4c1b5a93 /home-manager/config/lf/default.nix
parentFix(lf): Add string param to error format (diff)
downloadnixos-config-9da8e0602825e80e359b9d6125e66d502264e7c0.tar.gz
nixos-config-9da8e0602825e80e359b9d6125e66d502264e7c0.zip
Fix(lf): Add further dependencies for cmds
Diffstat (limited to 'home-manager/config/lf/default.nix')
-rw-r--r--home-manager/config/lf/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home-manager/config/lf/default.nix b/home-manager/config/lf/default.nix
index 6a0ef225..f01fb376 100644
--- a/home-manager/config/lf/default.nix
+++ b/home-manager/config/lf/default.nix
@@ -65,7 +65,7 @@ in {
       };
       open = shell {
         file = ./cmds/open.sh;
-        dependencies = [];
+        dependencies = builtins.attrValues {inherit (pkgs) file xdg-utils;};
       };
       mk_dir = pipe {
         file = ./cmds/mk_dir.sh;