colors: fix module option
This commit is contained in:
parent
c51a2d7fd4
commit
3773a25ef1
1 changed files with 2 additions and 2 deletions
|
|
@ -54,8 +54,8 @@ in {
|
||||||
# Credit to github:misterio77/nix-colors
|
# Credit to github:misterio77/nix-colors
|
||||||
colorscheme = {
|
colorscheme = {
|
||||||
name = mkOption {
|
name = mkOption {
|
||||||
type = enum ["gruvbox-material-medium"];
|
type = enum ["gruvbox-material"];
|
||||||
default = "gruvbox-material-medium";
|
default = "gruvbox-material";
|
||||||
};
|
};
|
||||||
variant = mkOption {
|
variant = mkOption {
|
||||||
type = enum ["dark" "light"];
|
type = enum ["dark" "light"];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue