summaryrefslogtreecommitdiffstats
path: root/common/commandline/atuin.nix
blob: 5dcde48ada34dded1aa315ca0e634c5c91e1270d (plain)
1
2
3
4
5
6
7
{
  home-manager.users.minijackson.programs.atuin = {
    enable = true;
    enableZshIntegration = true;
    flags = [ "--disable-up-arrow" ];
  };
}