about summary refs log tree commit diff
path: root/users/tazjin/nixos
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@tvl.su>2023-11-02T14·12+0300
committerclbot <clbot@tvl.fyi>2023-11-02T14·18+0000
commit524acf0337525437d83c77f39bad6316d833e8e0 (patch)
tree70cbcd70f25ed517f6cccbfe4d2d53a74c19720a /users/tazjin/nixos
parentf52210ddd46a2958541a6f95b40c2ed707addfd4 (diff)
feat(tazjin/khamovnik): add some perf analysis tooling r/6925
Change-Id: Ia6db1213bb62cfba475ee9d1654763d56c98fc7c
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9897
Reviewed-by: tazjin <tazjin@tvl.su>
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Diffstat (limited to 'users/tazjin/nixos')
-rw-r--r--users/tazjin/nixos/khamovnik/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/users/tazjin/nixos/khamovnik/default.nix b/users/tazjin/nixos/khamovnik/default.nix
index 789dbcee5d..a61201be5c 100644
--- a/users/tazjin/nixos/khamovnik/default.nix
+++ b/users/tazjin/nixos/khamovnik/default.nix
@@ -117,6 +117,9 @@ in
 
   environment.systemPackages = with pkgs; [
     tdesktop
+    linuxPackages.perf
+    hotspot
+    protobuf
   ];
 
   system.stateVersion = "23.05"; # Did you read the comment?