summary refs log tree commit diff
path: root/modules/software-templates/profilers.nix
diff options
context:
space:
mode:
authorEmma (Rory&) <root@rory.gay>2023-10-15 01:15:22 +0000
committerEmma (Rory&) <root@rory.gay>2023-10-15 01:15:22 +0000
commitd18e2cfc58735981cd3d2bc45a022c9bc7abd60f (patch)
tree9f50b0945d6382ac38ac2c94ed4aad14c373fa1b /modules/software-templates/profilers.nix
parentCleanup (diff)
downloadRory-Open-Architecture-d18e2cfc58735981cd3d2bc45a022c9bc7abd60f.tar.xz
Add new stuff from WSL
Diffstat (limited to 'modules/software-templates/profilers.nix')
-rw-r--r--modules/software-templates/profilers.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/software-templates/profilers.nix b/modules/software-templates/profilers.nix
new file mode 100644
index 0000000..ce55c4e
--- /dev/null
+++ b/modules/software-templates/profilers.nix
@@ -0,0 +1,10 @@
+{ config, lib, pkgs, home-manager, ... }:
+
+{
+    environment.systemPackages = with pkgs; [
+        kcachegrind
+        linuxKernel.packages.linux_5_15.perf
+        hotspot
+        valgrind
+    ];
+}
\ No newline at end of file