From e85804efa290d1ac5de3ecb64b6686437a314982 Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Sun, 31 Mar 2019 12:57:34 +0200 Subject: [PATCH] feh: use attrsOf instead of attrs --- modules/programs/feh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/programs/feh.nix b/modules/programs/feh.nix index 12d828ec5..4342181fa 100644 --- a/modules/programs/feh.nix +++ b/modules/programs/feh.nix @@ -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.