blob: 39e5d893bba9e3f85787b5778853133cb0e082a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
programs.atuin = {
enable = true;
enableBashIntegration = true;
flags = [
"--disable-up-arrow"
];
settings = {
invert = true;
history_format = "{command}";
theme.name = "minimal";
style = "compact";
inline_height = 15;
prefers_reduced_motion = true;
show_help = false;
show_tabs = false;
enter_accept = true;
};
};
}
|