initial nixos flake setup

This commit is contained in:
aditya
2026-05-09 03:23:16 +05:30
commit 0b65bb0b7f
10 changed files with 319 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{...}:
{
programs.gh = {
enable = true;
gitCredentialHelper = {
enable = true;
};
settings = {
git_protocol = "https";
};
};
}