home: calibre: use upstream module

This commit is contained in:
Bruno BELANYI 2026-01-19 12:10:17 +00:00
parent 718872e16a
commit 99b10cb06a

View file

@ -10,8 +10,10 @@ in
};
config = lib.mkIf cfg.enable {
home.packages = [
cfg.package
];
programs.calibre = {
enable = true;
inherit (cfg) package;
};
};
}