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