From 257e36d8194c57acd805a35d078122ec33b72c6f Mon Sep 17 00:00:00 2001 From: Histausse Date: Sun, 21 May 2023 00:27:13 +0200 Subject: [PATCH] in fact, yes it is --- pp-gitea.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pp-gitea.nix b/pp-gitea.nix index f19b8d9..b7aeaee 100644 --- a/pp-gitea.nix +++ b/pp-gitea.nix @@ -71,6 +71,9 @@ in cp -f -s -r ${cfg.customPackage}/* ${config.services.gitea.stateDir}/custom/ ''; services.gitea.settings = { + packages = { + ENABLED = true; + }; ui = { THEMES = "gitea,arc-green,plex,aquamarine,dark,dracula,hotline,organizr,space-gray,hotpink,onedark,overseerr,nord"; DEFAULT_THEME = "dark";