mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
users/foo-dogsquared: use own Atuin sync server
This commit is contained in:
parent
f6c88f8dc1
commit
fceb1afa7f
@ -28,7 +28,14 @@ in
|
|||||||
# We're disabling it since the default Atuin integration is
|
# We're disabling it since the default Atuin integration is
|
||||||
# blocking the Wezterm's shell integration by fetching another
|
# blocking the Wezterm's shell integration by fetching another
|
||||||
# instance of bash-preexec.
|
# 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 = {
|
programs.bash = {
|
||||||
bashrcExtra = ''
|
bashrcExtra = ''
|
||||||
source ${pkgs.wezterm}/etc/profile.d/wezterm.sh
|
source ${pkgs.wezterm}/etc/profile.d/wezterm.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user