From d18e2cfc58735981cd3d2bc45a022c9bc7abd60f Mon Sep 17 00:00:00 2001 From: "Emma (Rory&)" Date: Sun, 15 Oct 2023 01:15:22 +0000 Subject: Add new stuff from WSL --- modules/software-templates/profilers.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 modules/software-templates/profilers.nix (limited to 'modules/software-templates') 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 -- cgit 1.5.1