tangled
alpha
login
or
join now
nel.pet
/
cyclamen
4
fork
atom
NixOS and Home Manager config
4
fork
atom
overview
issues
pulls
pipelines
chore(git): update to new options
nel.pet
3 months ago
dfeb3162
882527f7
verified
This commit was signed with the committer's
known signature
.
nel.pet
SSH Key Fingerprint:
SHA256:Zd+mWw4EweOfjYKNMYyVtMSN7oj+SBabmubG4RThVEI=
+5
-3
1 changed file
expand all
collapse all
unified
split
modules
home
git.nix
+5
-3
modules/home/git.nix
···
6
6
in {
7
7
programs.git = {
8
8
enable = true;
9
9
-
userName = name;
10
10
-
userEmail = email;
11
11
-
extraConfig = {
9
9
+
settings = {
10
10
+
user = {
11
11
+
name = name;
12
12
+
email = email;
13
13
+
};
12
14
init.defaultBranch = "main";
13
15
core.autocrlf = "input";
14
16
gpg.format = "ssh";