1{ ... }:
2{
3 programs.atuin = {
4 enable = true;
5 daemon.enable = true;
6 settings = {
7 search_mode = "fuzzy";
8 update_check = false;
9 workspaces = true;
10 sync_address = "https://atuin.soopy.moe";
11 search_mode_shell_up_key_binding = "prefix";
12 filter_mode_shell_up_key_binding = "session";
13 enter_accept = true;
14 inline_height = 10;
15
16 daemon.sync_frequency = 10;
17 sync.records = true;
18
19 stats.common_subcommands = [
20 ","
21 "apt"
22 "cargo"
23 "composer"
24 "dnf"
25 "docker"
26 "git"
27 "go"
28 "ip"
29 "just"
30 "kubectl"
31 "nix"
32 "nmcli"
33 "npm"
34 "pecl"
35 "pnpm"
36 "podman"
37 "port"
38 "systemctl"
39 "tmux"
40 "yarn"
41 ];
42 };
43 };
44}