nix/home/programs/atuin.nix
2025-02-23 16:23:14 +11:00

14 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";
};
};
}