flake/home/applications/atuin/default.nix

29 lines
448 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;
2024-11-08 05:57:36 +00:00
stats.common_subcommands = [
"nix"
"nom"
"nh"
"podman"
"docker"
"atuin"
"hugo"
"adb"
# default
"cargo"
"go"
"git"
"npm"
"yarn"
"pnpm"
"kubectl"
];
2024-02-07 02:10:16 +00:00
};
2024-01-17 11:42:38 +00:00
};
}