mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-02 23:21:02 +01:00
meli: use mkPackageOption
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
43ba5ee056
commit
04d0a00132
1 changed files with 1 additions and 5 deletions
|
|
@ -70,11 +70,7 @@ in
|
||||||
programs.meli = {
|
programs.meli = {
|
||||||
enable = mkEnableOption "meli email client";
|
enable = mkEnableOption "meli email client";
|
||||||
|
|
||||||
package = mkOption {
|
package = lib.mkPackageOption pkgs "meli" { };
|
||||||
type = types.package;
|
|
||||||
default = pkgs.meli;
|
|
||||||
description = "meli package to use";
|
|
||||||
};
|
|
||||||
|
|
||||||
includes = mkOption {
|
includes = mkOption {
|
||||||
type = with types; listOf (str);
|
type = with types; listOf (str);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue