infrastructure/home/shell/atuin.nix

14 lines
249 B
Nix

{...}: {
programs.atuin = {
enable = true;
enableFishIntegration = true;
settings = {
enter_accept = false;
sync_address = "https://atuin.fainsin.bzh";
sync_frequency = "5m";
sync.records = true;
};
};
}