colorizer: remove unneeded freeform module

This commit is contained in:
Ching Pei Yang 2024-05-21 22:55:54 +02:00
parent 7d9f1e0481
commit 9baebb0d82

View file

@ -119,9 +119,7 @@ in {
AARRGGBB = false; AARRGGBB = false;
}; };
}; };
type = submodule { type = attrsOf settingSubmodule;
freeformType = attrsOf settingSubmodule;
};
}; };
user_default_options = mkOption { user_default_options = mkOption {