flake/home/applications/atuin/default.nix
2024-01-20 22:20:01 +08:00

7 lines
117 B
Nix

{
programs.atuin = {
enable = true;
flags = ["--disable-up-arrow"];
settings.style = "compact";
};
}