nix/home/programs/atuin.nix
2022-02-01 17:52:30 -05:00

14 lines
303 B
Nix

{
programs.atuin = {
enable = true;
enableBashIntegration = true;
enableZshIntegration = true;
enableFishIntegration = true;
settings = {
auto_sync = true;
sync_address = "https://api.atuin.sh";
sync_frequency = "15m";
search_mode = "prefix";
};
};
}