8 lines
78 B
Nix
8 lines
78 B
Nix
{
|
|
programs.atuin = {
|
|
flags = [
|
|
"--disable-up-arrow"
|
|
];
|
|
};
|
|
}
|