pkgs-in-home #2
@@ -22,19 +22,23 @@
|
||||
fetch = { prune = true; };
|
||||
};
|
||||
|
||||
lfs.enable = true;
|
||||
|
||||
includes = [
|
||||
{
|
||||
condition = "gitdir:~/git.noahknegt.com";
|
||||
path = "~/.config/git/git.noahknegt.com.gitconfig";
|
||||
condition = "gitdir:~/Repos/git.noahknegt.com/";
|
||||
contents = {
|
||||
userEmail = "git@noahknegt.com";
|
||||
user = {
|
||||
email = "git@noahknegt.com";
|
||||
};
|
||||
};
|
||||
}
|
||||
{
|
||||
condition = "gitdir:~/open-source";
|
||||
path = "~/.config/git/open-source.gitconfig";
|
||||
condition = "gitdir:~/Repos/open-source/";
|
||||
contents = {
|
||||
userEmail = "git@noahknegt.com";
|
||||
user = {
|
||||
email = "git@noahknegt.com";
|
||||
};
|
||||
};
|
||||
}
|
||||
];
|
||||
|
Reference in New Issue
Block a user