Extra apps should be attrsOf not a list
This commit is contained in:
parent
aa267912bc
commit
3dea8d0a6f
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in New Issue