feat: configure atuin sync server

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
Lander Van den Bulcke 2025-10-04 09:16:12 +02:00
parent cca554ebfb
commit 422dec98c7
Signed by: lander
GPG key ID: 0142722B4B0C536F

View file

@ -3,5 +3,12 @@
programs.atuin = { programs.atuin = {
enable = true; enable = true;
enableZshIntegration = true; enableZshIntegration = true;
settings = {
auto_sync = true;
sync_address = "http://atuin.escapeangle.com";
sync_frequency = "30m";
update_check = false;
};
}; };
} }