feat: configure atuin sync server
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
cca554ebfb
commit
422dec98c7
1 changed files with 7 additions and 0 deletions
|
|
@ -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;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue