Color: Remove unused internal option
This commit is contained in:
@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user