16 lines
255 B
Nix
16 lines
255 B
Nix
{
|
|
programs.atuin = {
|
|
enable = true;
|
|
enableFishIntegration = true;
|
|
flags = [
|
|
"--disable-up-arrow"
|
|
];
|
|
settings = {
|
|
style = "compact";
|
|
inline_height = 0;
|
|
show_help = false;
|
|
show_tabs = false;
|
|
};
|
|
};
|
|
}
|