diff options
author | Emma (Rory&) <root@rory.gay> | 2023-10-15 01:15:22 +0000 |
---|---|---|
committer | Emma (Rory&) <root@rory.gay> | 2023-10-15 01:15:22 +0000 |
commit | d18e2cfc58735981cd3d2bc45a022c9bc7abd60f (patch) | |
tree | 9f50b0945d6382ac38ac2c94ed4aad14c373fa1b /modules/software-templates/profilers.nix | |
parent | Cleanup (diff) | |
download | Rory-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.nix | 10 |
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 |