gtk: use attrsOf instead of attrs
This commit is contained in:
parent
03162970cd
commit
e26ad2026c
|
@ -120,7 +120,7 @@ in
|
||||||
|
|
||||||
gtk3 = {
|
gtk3 = {
|
||||||
extraConfig = mkOption {
|
extraConfig = mkOption {
|
||||||
type = types.attrs;
|
type = with types; attrsOf (either bool (either int str));
|
||||||
default = {};
|
default = {};
|
||||||
example = { gtk-cursor-blink = false; gtk-recent-files-limit = 20; };
|
example = { gtk-cursor-blink = false; gtk-recent-files-limit = 20; };
|
||||||
description = ''
|
description = ''
|
||||||
|
|
Loading…
Reference in a new issue