nix-config/modules/home/programs/atuin.nix

10 lines
134 B
Nix

# ✨ Magical shell history
{ ... }:
{
programs.atuin = {
enable = true;
flags = [
"--disable-up-arrow"
];
};
}