home/atuin: drop

This commit is contained in:
Guanran Wang 2024-12-28 12:02:18 +08:00
parent bafb0f3ea8
commit 0819aeb6f4
Signed by: nyancat
GPG key ID: 91F97D9ED12639CF

View file

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