infrastructure/hosts/neodymium/home/shell/atuin.nix

8 lines
155 B
Nix
Raw Normal View History

{ ... }: {
programs.atuin = {
enable = true;
enableZshIntegration = true;
settings = { sync_address = "https://atuin.fainsin.bzh"; };
};
}