dotfiles/users/_common/components/home_manager/atuin.nix
RingOfStorms (Joshua Bell) 2235ce020b more docs on atuin
2024-10-12 23:16:56 -05:00

16 lines
321 B
Nix

{ ... }:
{
programs.atuin = {
enable = true;
enableZshIntegration = true;
flags = [ "--disable-up-arrow" ];
settings = {
workspaces = true;
exit-mode = "return-query";
enter_accept = true;
sync_address = "http://10.12.14.2:8888";
sync = { records = true; };
};
};
}