in fact, yes it is
This commit is contained in:
parent
3fcc08557e
commit
257e36d819
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue