summary refs log tree commit diff
path: root/modules/software-templates/profilers.nix
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-10-12 20:53:13 +0200
committerRory& <root@rory.gay>2025-10-12 20:53:20 +0200
commitb6fb0d61122662a5564c876ebdc2942fdf734c16 (patch)
treeadbaa5864f4177177d0f8930f24afd094a594fb1 /modules/software-templates/profilers.nix
parentRory-nginx changes (diff)
downloadRory-Open-Architecture-b6fb0d61122662a5564c876ebdc2942fdf734c16.tar.xz
Desktop changes
Diffstat (limited to 'modules/software-templates/profilers.nix')
-rw-r--r--modules/software-templates/profilers.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/software-templates/profilers.nix b/modules/software-templates/profilers.nix

index c90f81e..8c67b4f 100644 --- a/modules/software-templates/profilers.nix +++ b/modules/software-templates/profilers.nix
@@ -3,7 +3,7 @@ { environment.systemPackages = with pkgs; [ kdePackages.kcachegrind - config.boot.kernelPackages.perf + perf hotspot valgrind ];