diff options
author | Rory& <root@rory.gay> | 2024-11-01 18:02:52 +0100 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-11-01 18:02:52 +0100 |
commit | dc8e44a6deb300698b5cf5394217d172ae6cc179 (patch) | |
tree | 04a43de1a9aef77415648429f652febf7cc09698 /modules/software-templates/profilers.nix | |
parent | Server changes (diff) | |
download | Rory-Open-Architecture-dc8e44a6deb300698b5cf5394217d172ae6cc179.tar.xz |
Add desktop changes
Diffstat (limited to '')
-rw-r--r-- | modules/software-templates/profilers.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/software-templates/profilers.nix b/modules/software-templates/profilers.nix index 4381193..0df43f7 100644 --- a/modules/software-templates/profilers.nix +++ b/modules/software-templates/profilers.nix @@ -3,7 +3,7 @@ { environment.systemPackages = with pkgs; [ kcachegrind - linuxKernel.packages.linux_5_15.perf + linuxKernel.packages.linux_6_11.perf hotspot valgrind ]; |