home: calibre: use upstream module
This commit is contained in:
parent
718872e16a
commit
99b10cb06a
1 changed files with 5 additions and 3 deletions
|
|
@ -10,8 +10,10 @@ in
|
|||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
home.packages = [
|
||||
cfg.package
|
||||
];
|
||||
programs.calibre = {
|
||||
enable = true;
|
||||
|
||||
inherit (cfg) package;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue