11 lines
194 B
Nix
11 lines
194 B
Nix
{
|
|
programs.atuin = {
|
|
enable = true;
|
|
enableBashIntegration = false;
|
|
enableFishIntegration = false;
|
|
settings = {
|
|
style = "compact";
|
|
inline_height = 20;
|
|
};
|
|
};
|
|
}
|