Files
nixos-config/modules/home/atuin.nix
Christoph Schmatzler c1e961da1f yasss
Signed-off-by: Christoph Schmatzler <christoph@schmatzler.com>
2025-08-16 20:10:55 +00:00

19 lines
298 B
Nix

{
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;
};
};
}