fixed path

This commit is contained in:
Nickiel12 2023-08-18 20:16:36 -07:00
parent a8baa859fa
commit c2eb12500a

View file

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