Signed-off-by: Christoph Schmatzler <christoph@schmatzler.com>
This commit is contained in:
2025-08-16 20:10:55 +00:00
parent 55d816ec07
commit c1e961da1f
5 changed files with 50 additions and 1 deletions

View File

@@ -2,5 +2,17 @@
programs.atuin = {
enable = true;
enableFishIntegration = true;
daemon = {
enable = true;
};
flags = [
"--disable-up-arrow"
];
settings = {
style = "compact";
inline_height = 0;
show_help = false;
show_tabs = false;
};
};
}