mirror of
https://github.com/henrysipp/omarchy-nix.git
synced 2026-06-05 18:29:26 -05:00
Hyprlock & idle
This commit is contained in:
+2
-2
@@ -9,7 +9,7 @@ lib: {
|
||||
description = "Main user's email address";
|
||||
};
|
||||
theme = lib.mkOption {
|
||||
type = lib.types.enum ["tokyo-night" "kanagawa" "catppuccin"];
|
||||
type = lib.types.enum ["tokyo-night" "kanagawa" "everforest" "catppuccin"];
|
||||
default = "tokyo-night";
|
||||
description = "Theme to use for Omarchy configuration";
|
||||
};
|
||||
@@ -38,4 +38,4 @@ lib: {
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user