more config

This commit is contained in:
kity 2025-08-06 11:44:06 +02:00
parent 7b5b1f4259
commit 7384a1e2a8
3 changed files with 6 additions and 1 deletions

View file

@ -25,7 +25,7 @@ let
}
'';
akkoma-overlay = self: super: {
akkoma = super.akkkoma.overrideAttrs (old: {
akkoma = super.akkoma.overrideAttrs (old: {
postPatch = ''
cp ${pkgs.writeText "styles.json" styles} $out/priv/static/themes
cp ${./akkoma/terms-of-services.html} $out/priv/static/terms-of-service.html