1
Fork 0

Try to fix forgejo again...

This commit is contained in:
prescientmoon 2024-11-14 12:55:51 +01:00
parent 41e635754e
commit f90b8e27fe
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
4 changed files with 9 additions and 9 deletions
modules/home-manager

View file

@ -8,7 +8,7 @@
root = lib.mkOption {
type = lib.types.str;
default = "${config.xdg.userDirs.extraConfig.XDG_PROJECTS_DIR}/satellite";
default = "${config.xdg.userDirs.extraConfig.XDG_PROJECTS_DIR}/personal/satellite";
description = "Where the satellite repo is cloned";
};