Skip to content

Commit

Permalink
feat(users/gael): add Kiosc git config
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelreyrol committed May 14, 2024
1 parent cf7a201 commit cd05e2d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions users/gael/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,20 @@
signByDefault = true;
};
delta.enable = true;
includes = [
{
condition = "gitdir:/home/gael/Development/Kiosc/";
contents = {
core = {
excludesFile = "/home/gael/Development/Kiosc/.gitignore";
};
user = {
email = "[email protected]";
name = "Gaël Reyrol";
};
};
}
];
extraConfig = {
init.defaultBranch = "main";
pull.rebase = true;
Expand Down

0 comments on commit cd05e2d

Please sign in to comment.