users/foo-dogsquared: use own Atuin sync server

This commit is contained in:
Gabriel Arazas 2023-06-16 13:16:12 +08:00
parent f6c88f8dc1
commit fceb1afa7f
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -28,7 +28,14 @@ in
# We're disabling it since the default Atuin integration is
# blocking the Wezterm's shell integration by fetching another
# instance of bash-preexec.
programs.atuin.enableBashIntegration = false;
programs.atuin = {
enableBashIntegration = false;
settings = {
auto_sync = true;
sync_address = "http://atuin.plover.foodogsquared.one";
sync_frequency = "10m";
};
};
programs.bash = {
bashrcExtra = ''
source ${pkgs.wezterm}/etc/profile.d/wezterm.sh