9 lines
143 B
Nix
9 lines
143 B
Nix
{
|
|
programs.atuin.enable = true; # shell history and more in rust
|
|
programs.atuin = {
|
|
flags = [
|
|
"--disable-up-arrow"
|
|
];
|
|
};
|
|
}
|