Changed how nix is configured
This commit is contained in:
parent
562970f62a
commit
3416502f73
5 changed files with 20 additions and 17 deletions
|
@ -2,9 +2,14 @@
|
|||
{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "fwastring";
|
||||
userEmail = "fredrik@wastring.com";
|
||||
extraConfig = {
|
||||
config = {
|
||||
user = {
|
||||
name = "fwastring";
|
||||
email = "fredrik@wastring.com";
|
||||
};
|
||||
pull = {
|
||||
rebase = false;
|
||||
};
|
||||
url."git@github.com:".insteadOf = "https://github.com/";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue