10 lines
128 B
Nix
10 lines
128 B
Nix
{pkgs, ...}: {
|
|
environment.systemPackages = with pkgs; [
|
|
htop
|
|
btop
|
|
wget
|
|
ripgrep
|
|
nethogs
|
|
ffmpeg
|
|
];
|
|
}
|