gnome-terminal: use attrsOf
rather than loaOf
Since the attribute names carry semantic meaning we should be more strict about the type.
This commit is contained in:
parent
3c69c7589a
commit
e8fb9f50ce
|
@ -169,7 +169,7 @@ in
|
|||
|
||||
profile = mkOption {
|
||||
default = {};
|
||||
type = types.loaOf profileSubModule;
|
||||
type = types.attrsOf profileSubModule;
|
||||
description = "A set of Gnome Terminal profiles.";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue