treefmt
This commit is contained in:
parent
2e3694a6fb
commit
0b239f93da
|
@ -39,7 +39,6 @@
|
||||||
terminal = "screen-256color";
|
terminal = "screen-256color";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
|
|
|
@ -63,18 +63,13 @@ in
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
# set default name for several other common locations
|
# set default name for several other common locations
|
||||||
++
|
++ map (dir: {
|
||||||
map
|
condition = "gitdir:${dir}";
|
||||||
(dir: {
|
contents = {
|
||||||
condition = "gitdir:${dir}";
|
user.name = contacts.realName;
|
||||||
contents = {
|
user.email = contacts.fcioMail;
|
||||||
user.name = contacts.realName;
|
};
|
||||||
user.email = contacts.fcioMail;
|
}) [ "~/" ];
|
||||||
};
|
|
||||||
})
|
|
||||||
[
|
|
||||||
"~/"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# some extra shell scripts
|
# some extra shell scripts
|
||||||
|
|
Loading…
Reference in a new issue