Fixed some atuin config; added cava to packages

This commit is contained in:
Random936
2025-07-06 17:34:14 -07:00
parent 85248a2fba
commit f641bbb679
2 changed files with 3 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
{ pkgs, ... }: {
home.packages = with pkgs; [
ncdu
cava
nvtopPackages.full
];
}