From bfb0ae3b3c1f1cd066d6695497b9b4bc5c9fdde6 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Mon, 14 Oct 2024 20:38:45 +0200 Subject: [PATCH] Color: Remove unused internal option --- home/modules/color/options.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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;