home/atuin: configure stats

This commit is contained in:
Guanran Wang 2024-02-07 10:10:16 +08:00
parent b138b7e8e8
commit 9ef67cc4be
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -2,6 +2,20 @@
programs.atuin = {
enable = true;
flags = ["--disable-up-arrow"];
settings.style = "compact";
settings = {
style = "compact";
stats = {
common_subcommands =
["nix" "nom" "nh" "podman" "docker" "atuin" "hugo" "adb"]
# default
++ ["cargo" "go" "git" "npm" "yarn" "pnpm" "kubectl"];
common_prefix =
["env"]
# default
++ ["sudo"];
};
};
};
}