Added basic git config to user hermannsn
This commit is contained in:
parent
e5ff8ce072
commit
3a747e60af
|
|
@ -12,4 +12,14 @@
|
||||||
# thunderbird
|
# thunderbird
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
home-manager = {
|
||||||
|
users.hermannsn = {
|
||||||
|
programs.git = {
|
||||||
|
enable = true;
|
||||||
|
userName = "Niklas Hermanns";
|
||||||
|
userEmail = "Niklas.Hermanns@outlook.de";
|
||||||
|
};
|
||||||
|
home.stateVersion = "24.05";
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user