19 lines
287 B
Nix
19 lines
287 B
Nix
{
|
|
programs.atuin = {
|
|
enable = true;
|
|
|
|
enableZshIntegration = true;
|
|
|
|
flags = [
|
|
"--disable-up-arrow"
|
|
];
|
|
|
|
settings = {
|
|
dialect = "uk";
|
|
sync_frequency = "5m";
|
|
sync_address = "https://shsync.catgirl.dog/";
|
|
};
|
|
|
|
daemon.enable = true;
|
|
};
|
|
}
|