index
:
dotfiles.git
main
My NixOS Personal & Server configs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
git
/
git.nix
blob: 9888dba3ce1d48ed9b7c45c347ab36a9b494cb66 (
plain
)
1
2
3
4
5
6
7
8
9
{
lib
,
...
}:
{
environment
.
etc
.
"gitconfig"
.
text
=
"
[safe]
directory = *
"
;
}