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 20d9c159..6bb0b9a7 100644 --- a/home-manager/common/software/cli/bash.d/starship-theme.nix +++ b/home-manager/common/software/cli/bash.d/starship-theme.nix @@ -1,4 +1,14 @@ -{ config, pkgs, lib, ... }: { +{ config, pkgs, lib, ... }: + +let + orangeColor = ""; + yellowColor = ""; + blueColor = ""; + whiteColor = ""; + blackColor = ""; + redColor = ""; +in +{ programs.starship.settings = { format = lib.concatStrings [ "[](${whiteColor})"