feat: setup atuin server and desktop sync.
This commit is contained in:
parent
e9aaad4684
commit
d94db8d3f5
3 changed files with 36 additions and 0 deletions
|
@ -130,5 +130,17 @@
|
|||
program = "pinentry-gtk-2";
|
||||
};
|
||||
};
|
||||
|
||||
# Install and setup atuin
|
||||
programs.atuin = {
|
||||
enable = true;
|
||||
daemon.enable = true;
|
||||
enableZshIntegration = true;
|
||||
settings = {
|
||||
auto_sync = true;
|
||||
sync_frequency = "5m";
|
||||
sync_address = "https://atuin.cronyakatsuki.xyz";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue