diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-10-25 00:25:38 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-10-25 00:25:38 -0700 |
commit | 14122ce8309e038a57bf675c9f638de4fb2066e6 (patch) | |
tree | 893879183fb80927a4c505c149eb01bcd83c0244 /hosts/common | |
parent | 9d40f5bf03dc1e0fbc59156c051e398c302d685a (diff) | |
download | nix-14122ce8309e038a57bf675c9f638de4fb2066e6.tar nix-14122ce8309e038a57bf675c9f638de4fb2066e6.tar.gz nix-14122ce8309e038a57bf675c9f638de4fb2066e6.tar.bz2 nix-14122ce8309e038a57bf675c9f638de4fb2066e6.tar.lz nix-14122ce8309e038a57bf675c9f638de4fb2066e6.tar.xz nix-14122ce8309e038a57bf675c9f638de4fb2066e6.tar.zst nix-14122ce8309e038a57bf675c9f638de4fb2066e6.zip |
Revert to unstable 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 7eba96c..e25a76d 100644 --- a/hosts/common/optional/ebooks.nix +++ b/hosts/common/optional/ebooks.nix @@ -2,7 +2,7 @@ { environment.systemPackages = with pkgs; [ libgourou - stable.calibre + calibre ]; services.udisks2.enable = true; |