test
This commit is contained in:
parent
7a87d47723
commit
170f910c0b
1 changed files with 1 additions and 11 deletions
|
@ -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})"
|
||||
|
|
Loading…
Reference in a new issue