Compare commits
5 commits
e879420bd7
...
daa39f6d5e
| Author | SHA1 | Date | |
|---|---|---|---|
| daa39f6d5e | |||
| d2e77b088f | |||
| 4a585cb6aa | |||
| ef66502649 | |||
| 0f4bf77cbf |
1 changed files with 6 additions and 2 deletions
|
|
@ -61,16 +61,20 @@ in
|
|||
{
|
||||
condition = "gitdir:~/src/schmittlauch/";
|
||||
contents = {
|
||||
user = {
|
||||
inherit (contacts.schmittlauch) name email;
|
||||
};
|
||||
};
|
||||
}
|
||||
]
|
||||
# set default name for several other common locations
|
||||
++ map (dir: {
|
||||
condition = "gitdir:${dir}";
|
||||
contents = {
|
||||
user = {
|
||||
inherit (contacts.work) name email;
|
||||
};
|
||||
};
|
||||
}) [ "~/" ];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue