dotfiles/home/modules/linux-only-utils.nix

8 lines
96 B
Nix

{ pkgs, ... }: {
home.packages = with pkgs; [
ncdu
cava
nvtopPackages.full
];
}