pkgs: add perf
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
4b4d3c4425
commit
627e90b07f
1 changed files with 5 additions and 3 deletions
|
@ -17,10 +17,12 @@ in {
|
||||||
with pkgs; {
|
with pkgs; {
|
||||||
environment.systemPackages =
|
environment.systemPackages =
|
||||||
cfg.extra
|
cfg.extra
|
||||||
++ optionals config.custom.default [
|
++ optionals config.custom.default (with config.boot.kernelPackages; [
|
||||||
### CLI applications
|
### CLI applications
|
||||||
config.boot.kernelPackages.cpupower # Install for current kernel
|
cpupower # Processor utilities
|
||||||
|
perf # Performance analyzer
|
||||||
|
])
|
||||||
|
++ optionals config.custom.default [
|
||||||
alejandra # Nix formatter
|
alejandra # Nix formatter
|
||||||
fd # File finder
|
fd # File finder
|
||||||
fzf # Fuzzy search
|
fzf # Fuzzy search
|
||||||
|
|
Loading…
Add table
Reference in a new issue