nix-config/modules/atuin/default.nix
2025-10-23 09:05:31 +02:00

11 lines
193 B
Nix

{
programs.atuin = {
enable = true;
enableBashIntegration = true;
enableFishIntegration = false;
settings = {
style = "compact";
inline_height = 20;
};
};
}