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";