1
1
Fork 0

pkgs: add perf

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2025-02-02 13:42:50 -06:00
parent 4b4d3c4425
commit 627e90b07f
Signed by: Myned
GPG key ID: C7224454F7881A34

View file

@ -17,10 +17,12 @@ in {
with pkgs; {
environment.systemPackages =
cfg.extra
++ optionals config.custom.default [
++ optionals config.custom.default (with config.boot.kernelPackages; [
### CLI applications
config.boot.kernelPackages.cpupower # Install for current kernel
cpupower # Processor utilities
perf # Performance analyzer
])
++ optionals config.custom.default [
alejandra # Nix formatter
fd # File finder
fzf # Fuzzy search