flake/home/applications/atuin/default.nix
2024-08-19 22:45:14 +08:00

18 lines
395 B
Nix

{
programs.atuin = {
enable = true;
flags = ["--disable-up-arrow"];
settings = {
style = "compact";
show_help = false;
update_check = false;
stats = {
common_subcommands =
["nix" "nom" "nh" "podman" "docker" "atuin" "hugo" "adb"]
# default
++ ["cargo" "go" "git" "npm" "yarn" "pnpm" "kubectl"];
};
};
};
}