diff --git a/home-manager/common/software/cli/bash.d/starship-theme.nix b/home-manager/common/software/cli/bash.d/starship-theme.nix index 6c453435..20d9c159 100644 --- a/home-manager/common/software/cli/bash.d/starship-theme.nix +++ b/home-manager/common/software/cli/bash.d/starship-theme.nix @@ -1,14 +1,4 @@ -{ config, pkgs, lib, ... }: - -let - orangeColor = "#f0810e"; - yellowColor = "#f9b931"; - blueColor = "#446e86"; - whiteColor = "#f8f2e6"; - blackColor = "#2f312e"; - redColor = "#fb4934"; -in -{ +{ config, pkgs, lib, ... }: { programs.starship.settings = { format = lib.concatStrings [ "[](${whiteColor})"