From 0e109d040f24e5265ecd681f79e825a12cb23351 Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 14 Feb 2024 13:31:14 +0900 Subject: [PATCH] test --- .../common/software/cli/bash.d/starship-theme.nix | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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})"