diff --git a/home/modules/color/options.nix b/home/modules/color/options.nix index 9f785c10..64f6b928 100644 --- a/home/modules/color/options.nix +++ b/home/modules/color/options.nix @@ -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;