feat(starship): add NixOS icon to OS symbols

This commit is contained in:
2026-04-13 22:50:34 +08:00
parent 2cd888e1cf
commit 9a4582a752
+1
View File
@@ -38,6 +38,7 @@
symbols = { symbols = {
Linux = "󰌽"; Linux = "󰌽";
Macos = "󰀵"; Macos = "󰀵";
NixOS = "";
Windows = ""; Windows = "";
}; };
}; };