Extra apps should be attrsOf not a list
This commit is contained in:
@@ -40,9 +40,9 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
extra-apps = mkOption {
|
extra-apps = mkOption {
|
||||||
type = listOf package;
|
type = attrsOf package;
|
||||||
description = "List of other apps to enable.";
|
description = "List of other apps to enable.";
|
||||||
default = [ ];
|
default = { };
|
||||||
};
|
};
|
||||||
|
|
||||||
uids = {
|
uids = {
|
||||||
|
|||||||
Reference in New Issue
Block a user