feat(gh): persist user-managed configuration

This commit is contained in:
Ryan Yin
2026-08-04 17:45:24 +08:00
parent cce15300d6
commit 6f100d94a9
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -185,6 +185,10 @@ in
directory = ".config/gcloud";
mode = "0700";
}
{
directory = ".config/gh";
mode = "0700";
}
{
directory = ".docker";
mode = "0700";