summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-04-20 00:34:54 +0200
committerRory& <root@rory.gay>2025-04-20 00:34:54 +0200
commitc5f751b404ff2bd907b1eabc9a6c2dd23eeef164 (patch)
tree80138973294e8f3b212eee524e9ebb0374626db2 /modules
parentDisable wireguard due to breaking container networking (diff)
downloadRory-Open-Architecture-c5f751b404ff2bd907b1eabc9a6c2dd23eeef164.tar.xz
Desktop changes, patch synapse
Diffstat (limited to 'modules')
-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 14e2867..26add36 100644 --- a/modules/software-templates/profilers.nix +++ b/modules/software-templates/profilers.nix
@@ -3,7 +3,7 @@ { environment.systemPackages = with pkgs; [ kdePackages.kcachegrind - linuxKernel.packages.linux_6_11.perf + linuxKernel.packages.linux_6_13.perf hotspot valgrind ];