feh: use attrsOf instead of attrs
This commit is contained in:
parent
e26ad2026c
commit
e85804efa2
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue