From 800b5b57725875e633d81e1bc8e753179ae79b72 Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Sat, 30 Sep 2023 17:03:47 -0700 Subject: adding fonts --- modules/lf.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/lf.nix') diff --git a/modules/lf.nix b/modules/lf.nix index b0dd304..2dc71d1 100644 --- a/modules/lf.nix +++ b/modules/lf.nix @@ -27,7 +27,7 @@ open = '' %{{ case $(file --mime-type -Lb $f) in - text/*) lf -remote "send $id \$$EDITOR \$fx";; + text/*|application/json) lf -remote "send $id \$$EDITOR \$fx";; *) for f in $fx; do $OPENER $f > /dev/null 2> /dev/null & done;; esac }} -- cgit v1.2.3