From 47ef05ab310bb466300e93d1459370450414fbc4 Mon Sep 17 00:00:00 2001 From: "grm@eyesin.space" Date: Tue, 2 Sep 2025 23:04:24 +0000 Subject: init --- home/core/starship.nix | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 home/core/starship.nix (limited to 'home/core/starship.nix') diff --git a/home/core/starship.nix b/home/core/starship.nix new file mode 100644 index 0000000..8465f54 --- /dev/null +++ b/home/core/starship.nix @@ -0,0 +1,23 @@ +{ + programs.starship = { + enable = true; + + settings = { + directory = { + truncate_to_repo = false; + truncation_symbol = "…"; + }; + + command_timeout = 2000; + + gcloud = { + disabled = true; + }; + + kubernetes = { + disabled = false; + format = "[$symbol$context(/$namespace)]($style) in "; + }; + }; + }; +} -- cgit v1.2.3