aboutsummaryrefslogtreecommitdiff
path: root/home/profiles/starship.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--home/profiles/starship.nix25
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;
- };
- };
-}