Add an empty kodi role.
This commit is contained in:
@@ -266,6 +266,15 @@ in
|
||||
./notification.nix
|
||||
];
|
||||
|
||||
options.me = {
|
||||
sway.enabled = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = false;
|
||||
example = true;
|
||||
description = "Whether we want to install sway.";
|
||||
};
|
||||
};
|
||||
|
||||
options.me.swayIncludes = lib.mkOption {
|
||||
type = lib.types.listOf lib.types.package;
|
||||
default = [ ];
|
||||
|
||||
Reference in New Issue
Block a user