modules/style: add gruvbox
This commit is contained in:
parent
80c1740ab1
commit
812812acac
2 changed files with 27 additions and 2 deletions
|
@ -34,9 +34,9 @@ in {
|
|||
options.modules.style = {
|
||||
colorScheme = {
|
||||
name = mkOption {
|
||||
type = nullOr (enum ["Catppuccin Mocha" "Zenburn" "Black Metal Venom"]);
|
||||
type = nullOr (enum ["Catppuccin Mocha" "Zenburn" "Black Metal Venom" "Gruvbox"]);
|
||||
description = "The colorscheme that should be used globally to theme your system.";
|
||||
default = "Catppuccin Mocha";
|
||||
default = "Gruvbox";
|
||||
};
|
||||
|
||||
slug = mkOption {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue