Kieran's opinionated (and probably slightly dumb) nix config

feat: add angle brackets to staged formating in starship and added spaces for diverging, ahead, and behind

Changed files
+4 -4
home-manager
+4 -4
home-manager/home.nix
···
conflicted = " ";
up_to_date = " ";
untracked = " ";
-
ahead = "⇡$count";
-
diverged = "⇡$ahead_count⇣$behind_count";
-
behind = "⇣$count";
stashed = "󱑿 ";
modified = " ";
-
staged = "[++\($count\)](green)";
renamed = "󱅄 ";
deleted = " ";
};
···
conflicted = " ";
up_to_date = " ";
untracked = " ";
+
ahead = "⇡$count ";
+
diverged = "⇡$ahead_count⇣$behind_count ";
+
behind = "⇣$count ";
stashed = "󱑿 ";
modified = " ";
+
staged = "[⟨++$count⟩ ](green)";
renamed = "󱅄 ";
deleted = " ";
};