chore: titanium snapshot

This commit is contained in:
Jay Looney 2025-11-10 13:58:46 -06:00
parent cfb0a99306
commit f061c20021
11 changed files with 579 additions and 102 deletions

View file

@ -3,22 +3,15 @@
imports = [];
options = {
zw-calibre = {
zw.calibre = {
enable = lib.mkEnableOption "Enable Calibre";
};
};
config = {
config.allowUnfreePredigate = pkg: builtins.elem (lib.getName pkg) [
"calibre"
"unrar"
];
# NOTE: Without unrar support we can't open ".cbr" files.
environment.systemPackages = with pkgs; [
(calibre.override {
unrarSupport = true;
})
unrar
calibre
];
services.udisks2.enable = true;