chore: switch to gruvbox

This commit is contained in:
Bloxx12 2025-05-09 11:36:41 +02:00
commit 94819e9c74
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
3 changed files with 12 additions and 4 deletions

View file

@ -35,7 +35,7 @@ in {
name = mkOption {
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 {