From 6774448a27025919855430eb7af0c372c7fb61ff Mon Sep 17 00:00:00 2001
From: Mark Nipper <nipsy@bitgnome.net>
Date: Sat, 16 Nov 2024 12:40:19 -0800
Subject: Remove broken calibre for now

---
 hosts/common/optional/ebooks.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'hosts')

diff --git a/hosts/common/optional/ebooks.nix b/hosts/common/optional/ebooks.nix
index e25a76d..f4cd7dc 100644
--- a/hosts/common/optional/ebooks.nix
+++ b/hosts/common/optional/ebooks.nix
@@ -2,7 +2,7 @@
 {
   environment.systemPackages = with pkgs; [
     libgourou
-    calibre
+    #calibre
   ];
 
   services.udisks2.enable = true;
-- 
cgit v1.2.3