1

Color: Remove unused internal option

This commit is contained in:
2024-10-14 20:38:45 +02:00
parent 8e65c018a9
commit bfb0ae3b3c

View File

@ -29,13 +29,7 @@ with mylib.modules; {
default = "JetBrainsMono Nerd Font Mono"; default = "JetBrainsMono Nerd Font Mono";
}; };
# Internal-only options # These options will be populated automatically.
keys = mkOption {
type = types.listOf types.str;
description = "The names of all possible colors";
default = colorKeys;
};
hex = mkOption { hex = mkOption {
type = types.attrs; type = types.attrs;