mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-06 17:11:03 +01:00
zellij: use mkPackageOption
This commit is contained in:
parent
a9042b53c2
commit
2d057cd9d4
1 changed files with 1 additions and 8 deletions
|
|
@ -17,14 +17,7 @@ in {
|
||||||
options.programs.zellij = {
|
options.programs.zellij = {
|
||||||
enable = lib.mkEnableOption "Zellij";
|
enable = lib.mkEnableOption "Zellij";
|
||||||
|
|
||||||
package = mkOption {
|
package = lib.mkPackageOption pkgs "zellij" { };
|
||||||
type = types.package;
|
|
||||||
default = pkgs.zellij;
|
|
||||||
defaultText = lib.literalExpression "pkgs.zellij";
|
|
||||||
description = ''
|
|
||||||
The Zellij package to install.
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
|
|
||||||
settings = lib.mkOption {
|
settings = lib.mkOption {
|
||||||
type = yamlFormat.type;
|
type = yamlFormat.type;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue