[gitea] Tweak navbars via templates

This commit is contained in:
ctsk
2023-09-17 18:30:29 +02:00
parent 8121044bf2
commit 77445b72e0
3 changed files with 116 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ in {
systemd.tmpfiles.rules = [
''L+ ${cfg.stateDir}/custom/public/assets/img/logo.svg - - - - ${pkgs.logo.svg}''
''L+ ${cfg.stateDir}/custom/public/assets/img/logo.png - - - - ${pkgs.logo.png."512x512"}''
''L+ ${cfg.stateDir}/custom/templates - - - - ${./templates}''
];
environment.systemPackages = [ pkgs.gitea ];