flameshot: attrsOf attrs

main
Zynh Ludwig 2024-07-30 23:14:28 -07:00
parent 43f82bdedb
commit e10d94f984
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ in
enable = lib.mkEnableOption "flameshot home-manager module"; enable = lib.mkEnableOption "flameshot home-manager module";
config = lib.mkOption { config = lib.mkOption {
type = with lib.types; attrsOf inferred; type = with lib.types; attrsOf attrs;
description = "the flameshot config as an attrs of attrs"; description = "the flameshot config as an attrs of attrs";
default = { }; default = { };
}; };