Color: Remove unused internal option
This commit is contained in:
@ -29,13 +29,7 @@ with mylib.modules; {
|
||||
default = "JetBrainsMono Nerd Font Mono";
|
||||
};
|
||||
|
||||
# Internal-only options
|
||||
|
||||
keys = mkOption {
|
||||
type = types.listOf types.str;
|
||||
description = "The names of all possible colors";
|
||||
default = colorKeys;
|
||||
};
|
||||
# These options will be populated automatically.
|
||||
|
||||
hex = mkOption {
|
||||
type = types.attrs;
|
||||
|
||||
Reference in New Issue
Block a user