diff --git a/dot_config/home-manager/home-starship.nix b/dot_config/home-manager/home-starship.nix index 27a9476..c9c6f83 100644 --- a/dot_config/home-manager/home-starship.nix +++ b/dot_config/home-manager/home-starship.nix @@ -2,7 +2,7 @@ pkgs: { enable = true; settings = { add_newline = false; - container.diabled = true; + container.disabled = true; git_branch.symbol = " "; git_status.ahead = "⇡\${count}"; git_status.behind = "⇣\${count}";