colors: fix module option

This commit is contained in:
ooks-io 2024-11-05 20:54:12 +11:00
parent c51a2d7fd4
commit 3773a25ef1

View file

@ -54,8 +54,8 @@ in {
# Credit to github:misterio77/nix-colors
colorscheme = {
name = mkOption {
type = enum ["gruvbox-material-medium"];
default = "gruvbox-material-medium";
type = enum ["gruvbox-material"];
default = "gruvbox-material";
};
variant = mkOption {
type = enum ["dark" "light"];