aboutsummaryrefslogtreecommitdiffstats
path: root/home/zaread.nix
diff options
context:
space:
mode:
authorPetri Hienonen <petri.hienonen@gmail.com>2025-12-09 17:14:41 +0200
committerPetri Hienonen <petri.hienonen@gmail.com>2025-12-09 17:14:41 +0200
commitf399ccdbce7ee96f12d44b83349135b64df1ccce (patch)
treef3d3d51cb9e5ce27232a22acf99c0747fb1e0a7b /home/zaread.nix
parentda4c0dea556b3aa64b4439ff5e91c93d170a4f8e (diff)
downloadnixos-f399ccdbce7ee96f12d44b83349135b64df1ccce.tar.zst
Update zaread
Diffstat (limited to 'home/zaread.nix')
-rw-r--r--home/zaread.nix16
1 files changed, 0 insertions, 16 deletions
diff --git a/home/zaread.nix b/home/zaread.nix
index 487740a..255624e 100644
--- a/home/zaread.nix
+++ b/home/zaread.nix
@@ -129,20 +129,6 @@ let
;;
esac
;;
- "text/plain" | \
- "text/x-c" | \
- "text/x-objective-c" | \
- "text/x-script.python" )
- case "$file" in
- *.md)
- # If the file is a markdown we convert it using $MD_CMD.
- file_converter="$MD_CMD"
- ;;
- *.typ)
- file_converter="$TYPST_CMD"
- ;;
- esac
- ;;
esac
fi
@@ -249,9 +235,7 @@ in
"application/vnd.oasis.opendocument.spreadsheet"
"application/vnd.oasis.opendocument.presentation"
"text/rtf"
- "text/csv"
"application/x-mobipocket-ebook"
- "text/plain"
];
};
}