summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorShubham Saini <me@ubh.sh>2023-10-01 00:03:47 +0000
committerShubham Saini <me@ubh.sh>2023-10-01 00:03:47 +0000
commit800b5b57725875e633d81e1bc8e753179ae79b72 (patch)
treed832a0b6032fa0c2f23e347e926f870c7ac5cb70 /modules
parentc13216c1635e7932ce9af202dcf220b770606010 (diff)
adding fonts
Diffstat (limited to 'modules')
-rw-r--r--modules/lf.nix2
1 files changed, 1 insertions, 1 deletions
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 @@
27 open = '' 27 open = ''
28 %{{ 28 %{{
29 case $(file --mime-type -Lb $f) in 29 case $(file --mime-type -Lb $f) in
30 text/*) lf -remote "send $id \$$EDITOR \$fx";; 30 text/*|application/json) lf -remote "send $id \$$EDITOR \$fx";;
31 *) for f in $fx; do $OPENER $f > /dev/null 2> /dev/null & done;; 31 *) for f in $fx; do $OPENER $f > /dev/null 2> /dev/null & done;;
32 esac 32 esac
33 }} 33 }}