mirror of
https://github.com/henrysipp/omarchy-nix.git
synced 2026-06-18 15:09:57 -05:00
Update themes, make ghostty the default
This commit is contained in:
+9
-1
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user