ditigal.xyz
Log in
—
Register
~ruther
/
nixos-config
summary
tree
log
refs
ref:
5ead8f0d25e66a6877711c386be0b6e6c9857e7a
nixos-config
/
modules
/
shell
/git.nix
-rw-r--r--
75 bytes
View
Log
View raw
Permalink
5ead8f0d
— František Boháček feat: update environment for non-NixOS
2 years ago
1
2
3
4
5
6
7
8
9
10
11
#
# Git
#
{
programs
=
{
git
=
{
enable
=
true
;
};
};
}