This commit is contained in:
Mohamed Chrayed
2026-03-03 20:44:22 +01:00
parent d3a8e7e80e
commit db454e050c

View File

@@ -1,9 +1,9 @@
{ inputs, ... }: { { inputs, ... }: {
flake.homeModules.git = { user, fullname, ... }: { flake.homeModules.git = { ... }: {
programs.git = { programs.git = {
enable = true; enable = true;
settings.user.name = fullname; settings.user.name = "Mohamed Chrayed";
settings.user.email = "${user}@chrayed.de"; settings.user.email = "mohamed@chrayed.de";
settings = { settings = {
init.defaultBranch = "main"; init.defaultBranch = "main";
core.editor = "nano"; core.editor = "nano";