This commit is contained in:
iFargle 2024-02-14 13:30:24 +09:00
parent 7a87d47723
commit 170f910c0b

View file

@ -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})"