From 9a4582a7528ebd97480e0b132642f36366330892 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Mon, 13 Apr 2026 22:50:34 +0800 Subject: [PATCH] feat(starship): add NixOS icon to OS symbols --- home/shell/starship.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/shell/starship.nix b/home/shell/starship.nix index 3d0e5f8..2a363ba 100644 --- a/home/shell/starship.nix +++ b/home/shell/starship.nix @@ -38,6 +38,7 @@ symbols = { Linux = "󰌽"; Macos = "󰀵"; + NixOS = ""; Windows = ""; }; };