diff --git a/modules/programs/vivid.nix b/modules/programs/vivid.nix index 704385d16..3eca0ed45 100644 --- a/modules/programs/vivid.nix +++ b/modules/programs/vivid.nix @@ -37,8 +37,11 @@ in enableFishIntegration = mkFishIntegrationOption { inherit config; }; colorMode = mkOption { - type = with types; nullOr str; - default = null; + type = types.enum [ + "8-bit" + "24-bit" + ]; + default = "24-bit"; example = "8-bit"; description = '' Color mode for vivid.