1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-28 09:17:28 +02:00

feh: use attrsOf instead of attrs

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

View file

@ -17,7 +17,7 @@ in
keybindings = mkOption {
default = {};
type = types.attrs;
type = types.attrsOf types.str;
example = { zoom_in = "plus"; zoom_out = "minus"; };
description = ''
Set keybindings.