10 lines
134 B
Nix
10 lines
134 B
Nix
# ✨ Magical shell history
|
|
{ ... }:
|
|
{
|
|
programs.atuin = {
|
|
enable = true;
|
|
flags = [
|
|
"--disable-up-arrow"
|
|
];
|
|
};
|
|
}
|