feat: add bcc

This commit is contained in:
Ryan Yin
2024-09-03 23:08:10 +08:00
parent fde21e5039
commit 5e66e8cf2a

View File

@@ -37,6 +37,9 @@
parted
];
# BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more
programs.bcc.enable = true;
# replace default editor with neovim
environment.variables.EDITOR = "nvim";
}