From 8c0ed69a3b894d4aac6067b28c69f75b5dff0df2 Mon Sep 17 00:00:00 2001 From: Joe Frikker Date: Wed, 7 May 2025 11:04:18 -0400 Subject: [PATCH] typo --- dot_config/home-manager/home-starship.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}";