Common: add atuin

This commit is contained in:
Toast 2024-03-22 10:30:38 +01:00
parent 233581eccb
commit a07ddd315c
2 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,15 @@
{...}: {
home-manager.users.toast.programs.atuin = {
enable = true;
settings = {
enter_accept = false;
workspaces = true;
stats = {
common_prefix = [
"sudo"
","
];
};
};
};
}