home: calibre: use upstream module

This commit is contained in:
Bruno BELANYI 2026-01-19 12:10:17 +00:00
parent cf9c77ab3f
commit 0e158990f5

View file

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