aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/common/optional/ebooks.nix
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2026-02-24 09:21:00 -0800
committerMark Nipper <nipsy@bitgnome.net>2026-02-24 09:21:00 -0800
commitec2ab1ce43ea2b3d59011dad875319ecbe1ac352 (patch)
tree20b49da3f1f94f9a168e19a3a75aec7ca585130f /hosts/common/optional/ebooks.nix
parent7afee4ffde510c57d34f9bef6a27d26276b2042d (diff)
downloadnix-ec2ab1ce43ea2b3d59011dad875319ecbe1ac352.tar
nix-ec2ab1ce43ea2b3d59011dad875319ecbe1ac352.tar.gz
nix-ec2ab1ce43ea2b3d59011dad875319ecbe1ac352.tar.bz2
nix-ec2ab1ce43ea2b3d59011dad875319ecbe1ac352.tar.lz
nix-ec2ab1ce43ea2b3d59011dad875319ecbe1ac352.tar.xz
nix-ec2ab1ce43ea2b3d59011dad875319ecbe1ac352.tar.zst
nix-ec2ab1ce43ea2b3d59011dad875319ecbe1ac352.zip
Remove broken calibre
Diffstat (limited to 'hosts/common/optional/ebooks.nix')
-rw-r--r--hosts/common/optional/ebooks.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/common/optional/ebooks.nix b/hosts/common/optional/ebooks.nix
index f755076..077cdeb 100644
--- a/hosts/common/optional/ebooks.nix
+++ b/hosts/common/optional/ebooks.nix
@@ -2,7 +2,7 @@
{
environment.systemPackages = [
pkgs.libgourou
- pkgs.master.calibre
+ #pkgs.master.calibre
];
services.udisks2.enable = true;