mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 21:30:51 +00:00
colorizer: remove unneeded freeform module
This commit is contained in:
parent
7d9f1e0481
commit
9baebb0d82
1 changed files with 1 additions and 3 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue