Skip to content

Commit 1505cda

Browse files
committed
feat(wrapperModules.niri): change settings type to anything for better merging
1 parent dc51840 commit 1505cda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wrapperModules/n/niri/module.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ in
144144
'';
145145
default = { };
146146
type = lib.types.submodule {
147-
freeformType = lib.types.attrs;
147+
freeformType = lib.types.anything;
148148
options = {
149149
binds = lib.mkOption {
150150
default = { };

0 commit comments

Comments
 (0)