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