diff --git a/home/modules/flameshot.nix b/home/modules/flameshot.nix index 07508ca..8d800f9 100644 --- a/home/modules/flameshot.nix +++ b/home/modules/flameshot.nix @@ -8,7 +8,7 @@ in enable = lib.mkEnableOption "flameshot home-manager module"; config = lib.mkOption { - type = with lib.types; attrsOf inferred; + type = with lib.types; attrsOf attrs; description = "the flameshot config as an attrs of attrs"; default = { }; };