This website requires JavaScript.
Explore
Help
Sign In
SeanOMik
/
nixos-dotfiles
Watch
1
Star
0
Fork
You've already forked nixos-dotfiles
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
57807f31e5
nixos-dotfiles
/
modules
/
applications
/
git.nix
7 lines
76 B
Nix
Raw
Blame
History
{
pkgs
,
.
.
.
}:
{
environment
.
systemPackages
=
with
pkgs
;
[
git
]
;
}
Reference in New Issue
View Git Blame
Copy Permalink