More theming

This commit is contained in:
Henry Sipp
2025-07-01 22:31:43 -05:00
parent 2ccb0d7113
commit 289cb92a00
7 changed files with 28 additions and 58 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ lib: {
description = "Main user's email address";
};
theme = lib.mkOption {
type = lib.types.enum ["tokyo-night" "kanagawa" "everforest" "catppuccin"];
type = lib.types.enum ["tokyo-night" "kanagawa" "everforest" "catppuccin" "nord" "gruvbox"];
default = "tokyo-night";
description = "Theme to use for Omarchy configuration";
};