summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/software-templates/profilers.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/software-templates/profilers.nix b/modules/software-templates/profilers.nix

index 26add36..c90f81e 100644 --- a/modules/software-templates/profilers.nix +++ b/modules/software-templates/profilers.nix
@@ -1,9 +1,9 @@ -{ pkgs, ... }: +{ pkgs, config, ... }: { environment.systemPackages = with pkgs; [ kdePackages.kcachegrind - linuxKernel.packages.linux_6_13.perf + config.boot.kernelPackages.perf hotspot valgrind ];