From fc3a71f9d3deb7c5250cbe97525e442621e93707 Mon Sep 17 00:00:00 2001 From: Inex Code Date: Tue, 23 Jul 2024 02:32:28 +0300 Subject: [PATCH] fix --- sp-modules/gitea/module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sp-modules/gitea/module.nix b/sp-modules/gitea/module.nix index 8351108..ca7d012 100644 --- a/sp-modules/gitea/module.nix +++ b/sp-modules/gitea/module.nix @@ -47,7 +47,7 @@ in default = "forgejo-auto"; type = lib.types.enum [ "forgejo-auto" "forgejo-light" "forgejo-dark" "auto" "gitea" "arc-green" ]; description = "The default theme for the gitea instance"; - } + }; }; config = lib.mkIf cfg.enable {