Added missing semicolon

This commit is contained in:
Nickiel12 2023-08-18 19:44:08 -07:00
parent 6c28fea9e4
commit c2edccb5c2

View file

@ -12,7 +12,7 @@ in
{
system.activationScripts.copyStuff = "cp -r ${../../../rsrcs/giteaCustomDir}/. /Aurora/Forgejo/custom";
system.activationScripts.copyTheme = "cp ${palenight}/theme-palenight.css /Aurora/Forgejo/custom/css/theme-palenight.css"
system.activationScripts.copyTheme = "cp ${palenight}/theme-palenight.css /Aurora/Forgejo/custom/css/theme-palenight.css";
services.gitea = {
enable = true;