This commit is contained in:
iFargle 2024-02-14 13:31:14 +09:00
parent 170f910c0b
commit 0e109d040f

View file

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