style: formatting code
This commit is contained in:
parent
82a4bcf325
commit
7ef4e9b4f1
@ -14,8 +14,8 @@ in {
|
|||||||
config.programs.starship = mkIf cfg.enable {
|
config.programs.starship = mkIf cfg.enable {
|
||||||
inherit (cfg) enable;
|
inherit (cfg) enable;
|
||||||
enableTransience = true;
|
enableTransience = true;
|
||||||
settings.custom = {
|
settings = {
|
||||||
jj = {
|
custom.jj = {
|
||||||
description = "The current jj status";
|
description = "The current jj status";
|
||||||
detect_folders = [".jj"];
|
detect_folders = [".jj"];
|
||||||
symbol = "🥋 ";
|
symbol = "🥋 ";
|
||||||
@ -36,7 +36,7 @@ in {
|
|||||||
truncate_end(29, description.first_line(), "…"),
|
truncate_end(29, description.first_line(), "…"),
|
||||||
"(no description set)",
|
"(no description set)",
|
||||||
) ++ raw_escape_sequence("\x1b[0m"),
|
) ++ raw_escape_sequence("\x1b[0m"),
|
||||||
)
|
)
|
||||||
'
|
'
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user