mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 23:59:07 +02:00
migrated
This commit is contained in:
13
modules/base/usr/git-all.nix
Normal file
13
modules/base/usr/git-all.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ inputs, ... }: {
|
||||
flake.homeModules.base-usr-git-all = { ... }: {
|
||||
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