kommode/gitea: install the rest of the themes

This commit is contained in:
h7x4 2025-05-31 13:59:51 +02:00
parent 48a5f4e79e
commit 9053dda57c
No known key found for this signature in database
GPG Key ID: 9F2F7D8250F35146

View File

@ -3,7 +3,12 @@ let
cfg = config.services.gitea;
in
{
services.gitea-themes.monokai = pkgs.gitea-theme-monokai;
services.gitea-themes = {
monokai = pkgs.gitea-theme-monokai;
earl-grey = pkgs.gitea-theme-earl-grey;
pitch-black = pkgs.gitea-theme-pitch-black;
catppuccin = pkgs.gitea-theme-catppuccin;
};
systemd.services.gitea-customization = lib.mkIf cfg.enable {
description = "Install extra customization in gitea's CUSTOM_DIR";