11 lines
122 B
Nix
11 lines
122 B
Nix
{pkgs, ...}: {
|
|
users.users.users.packages = with pkgs; [
|
|
btop
|
|
ncdu
|
|
tmux
|
|
curl
|
|
bat
|
|
nethogs
|
|
];
|
|
}
|