Update themes, make ghostty the default

This commit is contained in:
Henry Sipp
2025-07-02 15:24:32 -05:00
parent c6b7a700f6
commit c818f6cada
21 changed files with 98 additions and 95 deletions
+9 -1
View File
@@ -14,7 +14,15 @@ lib: {
description = "Main user's email address";
};
theme = lib.mkOption {
type = lib.types.enum ["tokyo-night" "kanagawa" "everforest" "catppuccin" "nord" "gruvbox"];
type = lib.types.enum [
"tokyo-night"
"kanagawa"
"everforest"
"catppuccin"
"nord"
"gruvbox"
"gruvbox-light"
];
default = "tokyo-night";
description = "Theme to use for Omarchy configuration";
};