From 7281f05669e92e3568f837591912350b32951555 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 30 Dec 2025 10:33:31 -0800 Subject: organize programs in a way that makes sense to me --- home/profiles/starship.nix | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 home/profiles/starship.nix (limited to 'home/profiles/starship.nix') diff --git a/home/profiles/starship.nix b/home/profiles/starship.nix deleted file mode 100644 index 5f0f87a..0000000 --- a/home/profiles/starship.nix +++ /dev/null @@ -1,25 +0,0 @@ -{ ... }: -{ - programs.starship = { - enable = true; - settings = { - add_newline = false; - character = { - success_symbol = "[›](bold green)"; - error_symbol = "[›](bold red)"; - }; - "$schema" = "https://starship.rs/config-schema.json"; - hostname = { - ssh_only = true; - }; - username = { - disabled = true; - }; - kubernetes = { - disabled = false; - style = "bold blue"; - }; - nix_shell.disabled = false; - }; - }; -} -- cgit v1.2.3