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