Compare commits
5 commits
daa39f6d5e
...
e879420bd7
Author | SHA1 | Date | |
---|---|---|---|
|
e879420bd7 | ||
|
05ed1a8f0d | ||
|
df2f955ed2 | ||
|
ed281272e7 | ||
|
7d9194b45a |
|
@ -61,20 +61,16 @@ in
|
||||||
{
|
{
|
||||||
condition = "gitdir:~/src/schmittlauch/";
|
condition = "gitdir:~/src/schmittlauch/";
|
||||||
contents = {
|
contents = {
|
||||||
user = {
|
|
||||||
inherit (contacts.schmittlauch) name email;
|
inherit (contacts.schmittlauch) name email;
|
||||||
};
|
};
|
||||||
};
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
# set default name for several other common locations
|
# set default name for several other common locations
|
||||||
++ map (dir: {
|
++ map (dir: {
|
||||||
condition = "gitdir:${dir}";
|
condition = "gitdir:${dir}";
|
||||||
contents = {
|
contents = {
|
||||||
user = {
|
|
||||||
inherit (contacts.work) name email;
|
inherit (contacts.work) name email;
|
||||||
};
|
};
|
||||||
};
|
|
||||||
}) [ "~/" ];
|
}) [ "~/" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue