aboutsummaryrefslogtreecommitdiffstats
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
parentda4c0dea556b3aa64b4439ff5e91c93d170a4f8e (diff)
downloadnixos-f399ccdbce7ee96f12d44b83349135b64df1ccce.tar.zst
Update zaread
-rw-r--r--home/default.nix2
-rw-r--r--home/zaread.nix16
2 files changed, 1 insertions, 17 deletions
diff --git a/home/default.nix b/home/default.nix
index ed7e5ae..6cd03ee 100644
--- a/home/default.nix
+++ b/home/default.nix
@@ -396,13 +396,13 @@ in
wthrr # weather forecast from openmeteo
# gui
+ foliate # ebook reader
ghostty # terminal emulator
hypridle
hyprpaper
libreoffice
lxqt.pavucontrol-qt
obsidian # note taking application
- readest # ebook reader
sqlitebrowser # sqlite
swayimg # image viewer
wireshark
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"
];
};
}