Files
nixos-blueprint/modules/homePrograms/atuin.nix
T
2026-01-24 22:57:18 +02:00

9 lines
143 B
Nix

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