From c20179f1afc29be2ef3ee32011cbc097bc70f771 Mon Sep 17 00:00:00 2001 From: DemonKingSwarn Date: Mon, 20 Apr 2026 14:16:22 +0530 Subject: better organization and tmux --- config/starship.nix | 55 ----------------------------------------------------- 1 file changed, 55 deletions(-) delete mode 100644 config/starship.nix (limited to 'config/starship.nix') diff --git a/config/starship.nix b/config/starship.nix deleted file mode 100644 index 500a0cd..0000000 --- a/config/starship.nix +++ /dev/null @@ -1,55 +0,0 @@ -{ ... }: - -{ - xdg.enable = true; - - programs.starship = { - enable = true; - settings = { - add_newline = true; - command_timeout = 100000000; - - line_break = { - disabled = true; - }; - - package = { - disabled = true; - }; - - aws = { - style = "bold #ffb86c"; - }; - - character = { - error_symbol = "[❯](bold #ff5555)"; - success_symbol = "[❯](bold #50fa7b)"; - }; - - cmd_duration = { - style = "bold #f1fa8c"; - }; - - directory = { - style = "bold #50fa7b"; - }; - - git_branch = { - style = "bold #ff79c6"; - }; - - git_status = { - style = "bold #ff5555"; - }; - - hostname = { - style = "bold #bd93f9"; - }; - - username = { - format = "[$user]($style) on "; - style_user = "bold #8be9fd"; - }; - }; - }; -} -- cgit v1.1