feat: allows creation of a local git config file I hope
All checks were successful
gitea-deepak/nixconf/pipeline/head This commit looks good

This commit is contained in:
Deepak Mallubhotla 2024-04-23 19:21:35 +00:00
parent 9dee4e5be6
commit d97581efc9
Signed by: deepak
GPG Key ID: 8F904A3FC7021497

View File

@ -51,6 +51,10 @@
fileMode = false; fileMode = false;
}; };
}; };
includes = [
# this allows us to have a local gitconfig maybe?
{ path = "~/.gitconfig.local"; }
];
}; };
programs.neovim = { programs.neovim = {