home: calibre: use upstream module
This commit is contained in:
parent
ddfff52114
commit
3109c1f281
1 changed files with 5 additions and 3 deletions
|
|
@ -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;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue