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
+17
View File
@@ -0,0 +1,17 @@
{...}:
{
programs.git = {
enable = true;
settings = {
user = {
name = "aditya";
email = "dedomil@tuta.io";
};
};
# signing = {
# key = null;
# signByDefault = true;
# };
};
}