mirror of
https://github.com/nix-community/home-manager
synced 2024-11-16 08:09:45 +01:00
feh: use attrsOf instead of attrs
This commit is contained in:
parent
e26ad2026c
commit
e85804efa2
1 changed files with 1 additions and 1 deletions
|
@ -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