From 7e764b7361e1cc24dbda410f0231d1c14e028d2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Lafuente?= Date: Fri, 15 Mar 2024 16:55:38 +0100 Subject: [PATCH] lf config --- home-manager/lf/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home-manager/lf/default.nix b/home-manager/lf/default.nix index 66a6f6f..b752348 100644 --- a/home-manager/lf/default.nix +++ b/home-manager/lf/default.nix @@ -50,6 +50,9 @@ in text/* | inode/x-empty) lf -remote "send $id \$nvim \$fx" ;; + application/zip | application/gzip | application/x-tar) + lf -remote "send $id extract \$fx" + ;; *) for f in $fx; do xdg-open $f; done ;;