From b77820ea2566cbfbe54ee5275cd7ee004cdb1eda Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 30 Nov 2023 19:10:25 -0500 Subject: [PATCH] starship: Simplify nix format Useful for `use flake` in .envrc --- modules/starship.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/modules/starship.nix b/modules/starship.nix index ed4f48a..421fd9b 100644 --- a/modules/starship.nix +++ b/modules/starship.nix @@ -58,7 +58,12 @@ kotlin.symbol = "kt "; memory_usage.symbol = "memory "; nim.symbol = "nim "; - nix_shell.symbol = "nix "; + + nix_shell = { + format = "❄️ "; + symbol = "nix "; + }; + ocaml.symbol = "ml "; package.symbol = "pkg "; perl.symbol = "pl ";