feat: upgrade
This commit is contained in:
parent
93b8e9d62e
commit
5d8d4a0d08
3 changed files with 42 additions and 34 deletions
|
|
@ -1,10 +1,15 @@
|
|||
{...}: {
|
||||
programs.delta = {
|
||||
enable = true;
|
||||
enableGitIntegration = true;
|
||||
};
|
||||
programs.git = {
|
||||
enable = true;
|
||||
delta.enable = true;
|
||||
userEmail = "stefan@tague.at";
|
||||
userName = "s-prechtl";
|
||||
extraConfig = {
|
||||
settings = {
|
||||
user = {
|
||||
email = "stefan@tague.at";
|
||||
name = "s-prechtl";
|
||||
};
|
||||
init.defaultBranch = "master";
|
||||
push.autoSetupRemote = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue