From f31b855c19475e99f3c4af6647f73a7a73b0f2e8 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Wed, 8 Apr 2026 13:49:38 +0100 Subject: [PATCH] Fix powerline arrows: inject actual U+E0B0 glyphs into starship format The powerline arrow characters were not being saved to the file, resulting in empty brackets and square segment edges. Co-Authored-By: Claude Opus 4.6 --- apps/fastfetch.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/fastfetch.nix b/apps/fastfetch.nix index e4e7296..0f80f15 100644 --- a/apps/fastfetch.nix +++ b/apps/fastfetch.nix @@ -52,16 +52,16 @@ settings = { "$schema" = "https://starship.rs/config-schema.json"; format = builtins.concatStringsSep "" [ - "[](fg:#394b70)" + "[](fg:#394b70)" "$os" - "[](bg:#e0af68 fg:#394b70)" + "[](bg:#e0af68 fg:#394b70)" "$hostname" - "[](bg:#41a6b5 fg:#e0af68)" + "[](bg:#41a6b5 fg:#e0af68)" "$directory" - "[](fg:#41a6b5 bg:#bb9af7)" + "[](fg:#41a6b5 bg:#bb9af7)" "$git_branch" "$git_status" - "[](fg:#bb9af7)" + "[](fg:#bb9af7)" "$nix_shell" "\n" "$character"