about summary refs log tree commit diff
path: root/users/fcuny/cli/tools.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--users/fcuny/cli/tools.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/users/fcuny/cli/tools.nix b/users/fcuny/cli/tools.nix
deleted file mode 100644
index bd38c72..0000000
--- a/users/fcuny/cli/tools.nix
+++ /dev/null
@@ -1,12 +0,0 @@
-{ pkgs, config, lib, ...}:
-
-{
-  environment.systemPackages = with pkgs; [
-    # use the correct version of `perf` for the configured `linuxPackages`
-    linuxpkgs.perf
-    perf-tools
-    flameGraph
-  ];
-  # this uses  correct `linuxPackages` for `bcc`
-  programs.bcc.enable = true;
-}