summaryrefslogtreecommitdiff
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
  ];
}