mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
Add gitlab user name
This commit is contained in:
parent
649305a202
commit
b7ffc24c0a
1 changed files with 5 additions and 1 deletions
|
|
@ -11,6 +11,7 @@
|
|||
programs = {
|
||||
git = {
|
||||
enable = true;
|
||||
|
||||
userName = "SebastianStork";
|
||||
userEmail = "sebastian.stork@pm.me";
|
||||
extraConfig.init.defaultBranch = "main";
|
||||
|
|
@ -19,7 +20,10 @@
|
|||
{
|
||||
condition = "gitdir:~/Projects/h-da/**";
|
||||
contents = {
|
||||
user.email = "sebastian.stork@stud.h-da.de";
|
||||
user = {
|
||||
name = "Sebastian Stork";
|
||||
email = "sebastian.stork@stud.h-da.de";
|
||||
};
|
||||
init.defaultBranch = "main";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue