nix/home/programs/atuin.nix
atagen 7485de646a current
linted
2025-02-02 17:07:42 +11:00

15 lines
274 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";
};
};
}