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