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; }; fetch = { prune = true; };
}; };
lfs.enable = true;
includes = [ includes = [
{ {
condition = "gitdir:~/git.noahknegt.com"; condition = "gitdir:~/Repos/git.noahknegt.com/";
path = "~/.config/git/git.noahknegt.com.gitconfig";
contents = { contents = {
userEmail = "git@noahknegt.com"; user = {
email = "git@noahknegt.com";
};
}; };
} }
{ {
condition = "gitdir:~/open-source"; condition = "gitdir:~/Repos/open-source/";
path = "~/.config/git/open-source.gitconfig";
contents = { contents = {
userEmail = "git@noahknegt.com"; user = {
email = "git@noahknegt.com";
};
}; };
} }
]; ];