forked from Shinonome/omarchy-nix
More theming
This commit is contained in:
+1
-1
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user