From e26ad2026c5d2571d914335f5671c8ea7eaae6d5 Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Sun, 31 Mar 2019 12:57:08 +0200 Subject: [PATCH] gtk: use attrsOf instead of attrs --- modules/misc/gtk.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ''