fixed path

This commit is contained in:
Nickiel12 2023-05-27 10:01:51 -07:00
parent bdc2d0a30d
commit 2c66774671

View file

@ -1,7 +1,7 @@
{ config, lib, pkgs, ... }: { config, lib, pkgs, ... }:
{ {
home.file."/Aurora/Forgejo/custom" = { "/Aurora/Forgejo/custom" = {
source = ../../../rscs/giteaCustomDir; source = ../../../rscs/giteaCustomDir;
recursive = true; recursive = true;
}; };