diff options
| author | Nantha Sorubakanthan <nantha@mielota.com> | 2026-06-07 00:15:20 +0200 |
|---|---|---|
| committer | Nantha Sorubakanthan <nantha@mielota.com> | 2026-06-07 00:15:20 +0200 |
| commit | c36e55e90f9bdcf2c080a874b947632fb3d56202 (patch) | |
| tree | d4ec4804a3312ea6e9d9666d6c3b554a86888b45 /nixos/config/git | |
| parent | cc84916ba8c8f9b2e7b176ae3bd00aabac5137a1 (diff) | |
add nixos dotfiles
Diffstat (limited to 'nixos/config/git')
| -rw-r--r-- | nixos/config/git/config | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/nixos/config/git/config b/nixos/config/git/config new file mode 100644 index 0000000..a3596b3 --- /dev/null +++ b/nixos/config/git/config @@ -0,0 +1,10 @@ +[user] + email = nantha@mielota.com + name = Nantha Sorubakanthan +[init] + defaultBranch = main +[core] + editor = nvim + autocrlf = input +[color] + ui = true |
