mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
fixed relative path
This commit is contained in:
parent
044f5fb61b
commit
168818a824
1 changed files with 1 additions and 4 deletions
|
@ -4,16 +4,13 @@ let
|
|||
palenight = builtins.fetchGit {
|
||||
|
||||
url = "https://git.sainnhe.dev/sainnhe/gitea-themes.git";
|
||||
sparseCheckout = ''
|
||||
dist
|
||||
'';
|
||||
rev = "d810451270e22f890fbe29c530bc7b9dd1ae97b4";
|
||||
};
|
||||
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}/dist/theme-palenight.css /Aurora/Forgejo/custom/css/theme-palenight.css";
|
||||
|
||||
services.gitea = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue