Git details
This commit is contained in:
parent
32ff14d314
commit
54336c1a0f
1 changed files with 9 additions and 0 deletions
|
@ -269,4 +269,13 @@ with lib; {
|
|||
userServices = true;
|
||||
};
|
||||
};
|
||||
|
||||
# Home manager settings.
|
||||
home-manager.users.fern = {
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userEmail = "mail@fern.garden";
|
||||
userName = "Fern Garden";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue