fixed path

This commit is contained in:
Nickiel12 2023-08-18 20:15:03 -07:00
parent 15f2e3efb0
commit a8baa859fa

View file

@ -7,9 +7,8 @@ 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/theme-palenight.css";
system.activationScripts.copyTheme = "cp ${palenight}/dist/theme-palenight.css /Aurora/Forgejo/custom/css/";
services.gitea = {
enable = true;