aboutsummaryrefslogtreecommitdiffstats
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-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"
];
};
}