From a533c66675df05dbd9b7fd4b3b3891fc1c837e81 Mon Sep 17 00:00:00 2001 From: tux Date: Sun, 23 Feb 2025 04:30:34 +0530 Subject: [PATCH] feat: add symbol for linux --- modules/home/starship/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/starship/default.nix b/modules/home/starship/default.nix index 122dcf3..6b4602b 100755 --- a/modules/home/starship/default.nix +++ b/modules/home/starship/default.nix @@ -12,6 +12,7 @@ style = "bold green"; disabled = false; symbols.NixOS = "󰊠"; + symbols.Linux = "󰊠"; }; directory = { format = "[$path]($style)[$read_only ]($read_only_style)";