flake/home/applications/atuin/default.nix

19 lines
395 B
Nix
Raw Normal View History

2024-01-17 11:42:38 +00:00
{
programs.atuin = {
enable = true;
flags = ["--disable-up-arrow"];
2024-02-07 02:10:16 +00:00
settings = {
style = "compact";
2024-02-07 02:15:53 +00:00
show_help = false;
update_check = false;
2024-02-07 02:10:16 +00:00
stats = {
common_subcommands =
["nix" "nom" "nh" "podman" "docker" "atuin" "hugo" "adb"]
# default
++ ["cargo" "go" "git" "npm" "yarn" "pnpm" "kubectl"];
};
};
2024-01-17 11:42:38 +00:00
};
}