mirror of
https://github.com/nix-community/home-manager
synced 2024-11-22 20:53:14 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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