ditigal.xyz
Log in
—
Register
~ruther
/
nixos-config
summary
tree
log
refs
ref:
1790daa6a2bf21861190cbfa31ec3fa6ecba1375
nixos-config
/
modules
/
shell
/git.nix
-rw-r--r--
75 bytes
View
Log
View raw
Permalink
1790daa6
— Rutherther fix: remove doom installation from activation, the user will install
2 years ago
1
2
3
4
5
6
7
8
9
10
11
#
# Git
#
{
programs
=
{
git
=
{
enable
=
true
;
};
};
}