summaryrefslogtreecommitdiff
path: root/home/shells/starship.nix
blob: bd4aa3c935cd239d0fa73836ab926c0f3784486e (plain)
1
2
3
4
5
6
7
8
9
10
{ ... }:
{
  programs.starship = {
    enable = true;

    settings = {
      add_newline = true;
    };
  };
}