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, ... }: { { pkgs, ... }: {
home.packages = with pkgs; [ home.packages = with pkgs; [
ncdu ncdu
cava
nvtopPackages.full nvtopPackages.full
]; ];
} }

View File

@ -18,6 +18,8 @@
enableZshIntegration = true; enableZshIntegration = true;
settings = { settings = {
enter_accept = false; enter_accept = false;
filter_mode = "host";
filter_mode_shell_up_key_binding = "session";
}; };
}; };
zsh = { zsh = {