home: calibre: add 'package' option
This commit is contained in:
parent
4943df69ef
commit
abb78d63e2
|
@ -5,11 +5,13 @@ in
|
|||
{
|
||||
options.my.home.calibre = with lib; {
|
||||
enable = mkEnableOption "calibre configuration";
|
||||
|
||||
package = mkPackageOption pkgs "calibre" { };
|
||||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
home.packages = with pkgs; [
|
||||
calibre
|
||||
cfg.package
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue