mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 23:59:07 +02:00
refactor
This commit is contained in:
13
modules/base/git/git-allusers.nix
Normal file
13
modules/base/git/git-allusers.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ inputs, ... }: {
|
||||
flake.homeModules.git-allusers = { ... }: {
|
||||
programs.git = {
|
||||
enable = true;
|
||||
settings.user.name = "Mohamed Chrayed";
|
||||
settings.user.email = "mohamed@chrayed.de";
|
||||
settings = {
|
||||
init.defaultBranch = "main";
|
||||
core.editor = "nano";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user