20 lines
374 B
Nix
20 lines
374 B
Nix
{...}: {
|
|
home-manager.users.toast = {
|
|
catppuccin.atuin.enable = true;
|
|
programs.atuin = {
|
|
enable = true;
|
|
settings = {
|
|
enter_accept = true;
|
|
workspaces = true;
|
|
style = "auto";
|
|
inline_height = 0;
|
|
stats = {
|
|
common_prefix = [
|
|
"sudo"
|
|
","
|
|
];
|
|
};
|
|
};
|
|
};
|
|
};
|
|
}
|