VEGAS/git: theming
This commit is contained in:
parent
736467f600
commit
00084be991
1 changed files with 6 additions and 0 deletions
|
@ -37,6 +37,12 @@ in
|
||||||
user = "gitea";
|
user = "gitea";
|
||||||
passwordFile = config.age.secrets.giteaDBPassword.path;
|
passwordFile = config.age.secrets.giteaDBPassword.path;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# TODO: integrate branding content (css, images) into system closure
|
||||||
|
settings.ui = {
|
||||||
|
DEFAULT_THEME = "void";
|
||||||
|
THEMES = "void";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users.git = {
|
users.users.git = {
|
||||||
|
|
Loading…
Reference in a new issue