nix/home/programs/atuin.nix
2024-11-23 17:20:39 +11:00

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