This commit is contained in:
Inex Code 2024-07-23 02:32:28 +03:00
parent e06c7a659b
commit fc3a71f9d3

View file

@ -47,7 +47,7 @@ in
default = "forgejo-auto"; default = "forgejo-auto";
type = lib.types.enum [ "forgejo-auto" "forgejo-light" "forgejo-dark" "auto" "gitea" "arc-green" ]; type = lib.types.enum [ "forgejo-auto" "forgejo-light" "forgejo-dark" "auto" "gitea" "arc-green" ];
description = "The default theme for the gitea instance"; description = "The default theme for the gitea instance";
} };
}; };
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {