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
+1 -1
View File
@@ -16,7 +16,7 @@
# GitHub CLI tool
# https://cli.github.com/manual/
programs.gh.enable = true;
home.packages = [ pkgs.gh ];
programs.git = {
enable = true;
+4
View File
@@ -185,6 +185,10 @@ in
directory = ".config/gcloud";
mode = "0700";
}
{
directory = ".config/gh";
mode = "0700";
}
{
directory = ".docker";
mode = "0700";