infrastructure/home/shell/atuin.nix

12 lines
193 B
Nix

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