pkgs-in-home #2

Merged
noah.knegt merged 10 commits from pkgs-in-home into main 2025-03-01 14:11:42 +01:00
3 changed files with 13 additions and 9 deletions
Showing only changes of commit 290b6d4447 - Show all commits

View File

@@ -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";
};
};
}
];