From 157180d0f84793ad27e33cac582ddd8cdf97bab7 Mon Sep 17 00:00:00 2001 From: god464 Date: Mon, 4 Nov 2024 09:31:46 +0800 Subject: [PATCH] fix(starship): fix typo and add more icons Signed-off-by: god464 --- modules/programs'/starship.nix | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/modules/programs'/starship.nix b/modules/programs'/starship.nix index 3c5e2f8..0e0d5a2 100644 --- a/modules/programs'/starship.nix +++ b/modules/programs'/starship.nix @@ -9,12 +9,17 @@ in home-manager.users.cl.programs.starship = { enable = true; settings = { + c.symbol = "󰙱 "; + lua.symbol = "󰢱 "; + nix_shell.symbol = "󱄅 "; + python.symbol = " "; + rust.symbol = " "; git_branch.symbol = " "; - git_state = { - conflicted = ""; - ahead = ""; - behind = ""; - diverged = ""; + git_status = { + conflicted = "󰇼"; + ahead = "󰁝"; + behind = "󰁅"; + diverged = "󰹹"; untracked = ""; stashed = ""; modified = "";