aboutsummaryrefslogtreecommitdiff
path: root/programs/atuin.nix
blob: 2a501fcd0538a16e19d0c45504c8bc38f392781e (plain)
1
2
3
4
5
6
{
  programs.atuin = {
    enable = true;
    enableBashIntegration = true;
  };
}