add perf
This commit is contained in:
parent
813f94e302
commit
fbc75b083f
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{ pkgs, config, ... }:
|
||||
|
||||
{
|
||||
programs = {
|
||||
|
@ -21,6 +21,8 @@
|
|||
|
||||
gdb
|
||||
ltrace
|
||||
|
||||
config.boot.kernelPackages.perf
|
||||
];
|
||||
|
||||
services.nixseparatedebuginfod.enable = true;
|
||||
|
|
Loading…
Reference in a new issue