home: calibre: use upstream module

This commit is contained in:
Bruno BELANYI 2026-01-19 12:10:17 +00:00
parent ddfff52114
commit 3109c1f281

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;
};
}; };
} }