From 04ed5b9ea14e66699e8c514784d2d9b36add322d Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Sat, 22 Aug 2026 19:59:08 +0100 Subject: Add calibre plugins --- install.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 5c65c4d..85b1f84 100755 --- a/install.sh +++ b/install.sh @@ -25,3 +25,8 @@ for f in "${dotfiles[@]}"; do stow -R -t "$HOME" "$f" fi done + +nix build git+https://git.ccnlc.eu/nydragon/calibre-plugins#acsm-calibre-plugin +calibre-customize -a result +nix build git+https://git.ccnlc.eu/nydragon/calibre-plugins#dedrm-plugin +calibre-customize -a result -- cgit v1.2.3-13-gbd6f