This website requires JavaScript.
Explore
Help
Sign in
bad
/
devos
Watch
1
Star
0
Fork
You've already forked devos
0
Code
Issues
1
Pull requests
Projects
Releases
Wiki
Activity
40a4e0e21f
devos
/
users
/
profiles
/
git
/
default.nix
10 lines
102 B
Nix
Raw
Normal View
History
Unescape
Escape
users#git: init profile
2020-08-02 21:29:14 +02:00
{
programs
.
git
=
{
enable
=
true
;
users#git: avoid warning on `git pull`
2020-12-20 01:42:55 +01:00
extraConfig
=
{
pull
.
rebase
=
false
;
}
;
users#git: init profile
2020-08-02 21:29:14 +02:00
}
;
}
Reference in a new issue
Copy permalink