diff --git a/modules/misc/gtk.nix b/modules/misc/gtk.nix index c88ee4c0..1222db4e 100644 --- a/modules/misc/gtk.nix +++ b/modules/misc/gtk.nix @@ -120,7 +120,7 @@ in gtk3 = { extraConfig = mkOption { - type = types.attrs; + type = with types; attrsOf (either bool (either int str)); default = {}; example = { gtk-cursor-blink = false; gtk-recent-files-limit = 20; }; description = ''