mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-08-07 12:18:39 +02:00
feat(gh): persist user-managed configuration
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
# GitHub CLI tool
|
||||
# https://cli.github.com/manual/
|
||||
programs.gh.enable = true;
|
||||
home.packages = [ pkgs.gh ];
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
|
||||
@@ -185,6 +185,10 @@ in
|
||||
directory = ".config/gcloud";
|
||||
mode = "0700";
|
||||
}
|
||||
{
|
||||
directory = ".config/gh";
|
||||
mode = "0700";
|
||||
}
|
||||
{
|
||||
directory = ".docker";
|
||||
mode = "0700";
|
||||
|
||||
Reference in New Issue
Block a user