nix/home/programs/atuin.nix
2024-05-08 15:05:43 +10:00

16 lines
280 B
Nix

{...}:
{
programs.atuin = {
enable = true;
enableZshIntegration = true;
settings = {
inline_height = 20;
show_preview = true;
show_help = false;
enter_accept = false;
keymap_mode = "vim-normal";
style = "compact";
};
};
}