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
/
home
/
ebisu
/
fortune
/
system
/
tracing.nix
blob: 9a96847730380784361658e661b097afff24494c (
plain
) (
blame
)
1
2
3
4
5
6
7
8
{
pkgs
,
...
}:
{
home
.
packages
=
with
pkgs
;
[
strace bpftrace lsof
];
}