Hyprlock & idle

This commit is contained in:
Henry Sipp
2025-06-28 13:40:05 -05:00
parent 914c121567
commit 57180d80bb
7 changed files with 65 additions and 11 deletions
+2 -2
View File
@@ -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: {
];
};
};
}
}