migrate to fish

This commit is contained in:
2026-05-07 21:05:42 +09:00
parent 1a13db8498
commit b79fc0f573
7 changed files with 221 additions and 19 deletions

View File

@@ -3,9 +3,9 @@
{
programs.git = {
enable = true;
userName = "minco";
userEmail = "mail@drchi.co.kr";
extraConfig = {
settings = {
user.name = "minco";
user.email = "mail@drchi.co.kr";
credential.helper = "store";
credential.credentialStore = "store";
init.defaultBranch = "main";