nix-config/modules/home/programs/atuin.nix
2026-04-15 18:26:05 -04:00

9 lines
132 B
Nix

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