initial nixos flake setup
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{...}:
|
||||
|
||||
{
|
||||
programs.gh = {
|
||||
enable = true;
|
||||
gitCredentialHelper = {
|
||||
enable = true;
|
||||
};
|
||||
settings = {
|
||||
git_protocol = "https";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user