nix-config/home/utils/atuin.nix
2025-12-02 21:26:52 +01:00

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;
};
}