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