flameshot: attrsOf attrs
parent
43f82bdedb
commit
e10d94f984
|
@ -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 = { };
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue