From 00de7de23a26e223048badfc017acfd0122cf0f7 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 5 Apr 2025 16:58:53 -0700 Subject: a few more tweaks --- nix/users/fcuny/shell.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'nix/users/fcuny/shell.nix') diff --git a/nix/users/fcuny/shell.nix b/nix/users/fcuny/shell.nix index c022206..b7d0a45 100644 --- a/nix/users/fcuny/shell.nix +++ b/nix/users/fcuny/shell.nix @@ -91,6 +91,15 @@ in }; }; + programs.starship = { + enable = true; + settings = { + kubernetes.disabled = false; + kubernetes.style = "bold blue"; + nix_shell.disabled = false; + }; + }; + home.sessionVariables = { EDITOR = "code --wait"; LESS = "-FRSXM"; -- cgit v1.2.3