From fbc75b083fd020a2e10a00d06b078ee0b08a122a Mon Sep 17 00:00:00 2001 From: Artemis Tosini Date: Sat, 12 Oct 2024 00:47:08 +0000 Subject: [PATCH] add perf --- sets/hacking.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sets/hacking.nix b/sets/hacking.nix index 7cafd5c..4dc75ca 100644 --- a/sets/hacking.nix +++ b/sets/hacking.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: +{ pkgs, config, ... }: { programs = { @@ -21,6 +21,8 @@ gdb ltrace + + config.boot.kernelPackages.perf ]; services.nixseparatedebuginfod.enable = true;