index
:
infra
main
nix configuration for my machines
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
users
/
profiles
/
minimal.nix
blob: aaffdbda5e525ce901fb19bbc30f88b416d0613e (
plain
) (
blame
)
1
2
3
4
5
6
{
pkgs
,
...
}:
{
home
.
packages
=
with
pkgs
;
[
htop
];
}