From 63daf9d39f33b4d5a7487956429be3c7336eeb38 Mon Sep 17 00:00:00 2001 From: Inex Code Date: Tue, 23 Jul 2024 02:37:58 +0300 Subject: [PATCH] fix(forgejo): Apply the selected theme --- 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 0a23902..ca7d012 100644 --- a/sp-modules/gitea/module.nix +++ b/sp-modules/gitea/module.nix @@ -96,7 +96,7 @@ in ENABLED = false; }; ui = { - DEFAULT_THEME = "forgejo-auto"; + DEFAULT_THEME = cfg.defaultTheme; SHOW_USER_EMAIL = false; }; picture = {