From c36e55e90f9bdcf2c080a874b947632fb3d56202 Mon Sep 17 00:00:00 2001 From: Nantha Sorubakanthan Date: Sun, 7 Jun 2026 00:15:20 +0200 Subject: add nixos dotfiles --- nixos/config/git/config | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 nixos/config/git/config (limited to 'nixos/config/git') 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 -- cgit v1.2.3