import git settings
Some checks are pending
Flake.lock / build (push) Waiting to run

This commit is contained in:
Mohamed Chrayed 2024-08-08 18:36:54 +02:00
parent 3237e961b7
commit 1b6bab1577

View File

@ -9,12 +9,4 @@
];
home.stateVersion = "24.05";
programs.home-manager.enable = true;
programs.git = {
enable = true;
userName = "Mohamed C.";
userEmail = "mohamed@chrayed.de";
extraConfig = {
init.defaultBranch = "main";
};
};
}