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