diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-12-30 10:33:31 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-12-30 11:33:46 -0800 |
| commit | 7281f05669e92e3568f837591912350b32951555 (patch) | |
| tree | 61964e392409ab188599af47e58d9a9154ab33ce /home/profiles/starship.nix | |
| parent | install mkv related tools (diff) | |
| download | infra-7281f05669e92e3568f837591912350b32951555.tar.gz | |
organize programs in a way that makes sense to me
Diffstat (limited to '')
| -rw-r--r-- | home/profiles/starship.nix | 25 |
1 files changed, 0 insertions, 25 deletions
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; - }; - }; -} |
