index
:
nixos-config
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
tcp
/
default.nix
blob: 00b61f2172c513d7b8755e68697383b7b5f2303c (
plain
) (
blame
)
1
{
pkgs
,
...
}:
{
home
.
packages
=
with
pkgs
;
[
netcat-openbsd
];
}