11 lines
179 B
Nix
11 lines
179 B
Nix
{
|
|
programs.atuin = {
|
|
enable = true;
|
|
enableFishIntegration = true;
|
|
settings = {
|
|
invert = true;
|
|
style = "compact";
|
|
inline_height = 30;
|
|
};
|
|
};
|
|
}
|