index
:
world.git
this commit
main
nix configuration for my machines
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nix
/
hosts
/
nixos
/
packages.nix
blob: 8e807c6eacceb723548ab86324ddf48c3b9bffa3 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
9
{
pkgs
,
...
}:
{
environment
=
{
systemPackages
=
with
pkgs
;
[
git jq vim
];
};
}