1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-11-26 21:19:45 +01:00

gtk: use attrsOf instead of attrs

This commit is contained in:
Robert Helgesson 2019-03-31 12:57:08 +02:00
parent 03162970cd
commit e26ad2026c
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

@ -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 = ''