feat: allows creation of a local git config file I hope
All checks were successful
gitea-deepak/nixconf/pipeline/head This commit looks good
All checks were successful
gitea-deepak/nixconf/pipeline/head This commit looks good
This commit is contained in:
parent
9dee4e5be6
commit
d97581efc9
@ -51,6 +51,10 @@
|
||||
fileMode = false;
|
||||
};
|
||||
};
|
||||
includes = [
|
||||
# this allows us to have a local gitconfig maybe?
|
||||
{ path = "~/.gitconfig.local"; }
|
||||
];
|
||||
};
|
||||
|
||||
programs.neovim = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user