mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-02 15:11:03 +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 = {
|
||||
enable = mkEnableOption "meli email client";
|
||||
|
||||
package = mkOption {
|
||||
type = types.package;
|
||||
default = pkgs.meli;
|
||||
description = "meli package to use";
|
||||
};
|
||||
package = lib.mkPackageOption pkgs "meli" { };
|
||||
|
||||
includes = mkOption {
|
||||
type = with types; listOf (str);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue