From 28ab9d9e0a5ab65b0f962589403a98c2ca6dfef8 Mon Sep 17 00:00:00 2001 From: 0xTux <0xtux@pm.me> Date: Mon, 5 Aug 2024 17:56:37 +0530 Subject: [PATCH] update directory style --- modules/home-manager/starship/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/home-manager/starship/default.nix b/modules/home-manager/starship/default.nix index 7ef6bf7..54830ba 100755 --- a/modules/home-manager/starship/default.nix +++ b/modules/home-manager/starship/default.nix @@ -13,7 +13,11 @@ disabled = false; symbols.NixOS = "󰊠"; }; - directory.style = "bold blue"; + directory = { + format = "[$path]($style)[ $read_only]($read_only_style) "; + read_only = "󰌾"; + style = "bold blue"; + }; git_branch.format = "[$symbol$branch]($style) "; hostname = { ssh_only = false;