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