diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2025-10-08 00:02:30 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2025-10-08 00:02:30 -0700 |
commit | 73d9180b814c41b2b8735db251401d32a57b3d6c (patch) | |
tree | d9891d815f59df6e33b02d7fc946f4fc7ac70784 /hosts/common | |
parent | aafb07cba358f576243fdb7797cd62921a83908d (diff) | |
download | nix-73d9180b814c41b2b8735db251401d32a57b3d6c.tar nix-73d9180b814c41b2b8735db251401d32a57b3d6c.tar.gz nix-73d9180b814c41b2b8735db251401d32a57b3d6c.tar.bz2 nix-73d9180b814c41b2b8735db251401d32a57b3d6c.tar.lz nix-73d9180b814c41b2b8735db251401d32a57b3d6c.tar.xz nix-73d9180b814c41b2b8735db251401d32a57b3d6c.tar.zst nix-73d9180b814c41b2b8735db251401d32a57b3d6c.zip |
Readd calibre
Diffstat (limited to 'hosts/common')
-rw-r--r-- | hosts/common/optional/ebooks.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/common/optional/ebooks.nix b/hosts/common/optional/ebooks.nix index 9185e79..1805b7a 100644 --- a/hosts/common/optional/ebooks.nix +++ b/hosts/common/optional/ebooks.nix @@ -2,7 +2,7 @@ { environment.systemPackages = [ pkgs.libgourou - #pkgs.calibre + pkgs.calibre ]; services.udisks2.enable = true; |