add(nix): atuin

This commit is contained in:
Léana 江 2024-02-03 15:20:26 +01:00 committed by Léana 江
parent 6143294216
commit 059e47563e
3 changed files with 15 additions and 0 deletions

View file

@ -0,0 +1,9 @@
{...}: {
programs.atuin = {
enable = true;
settings = {
style = "full";
show_preview = true;
};
};
}