style: formatting code

This commit is contained in:
Lucien Cartier-Tilet 2025-05-25 00:36:16 +02:00
parent 82a4bcf325
commit 7ef4e9b4f1
Signed by: phundrak
SSH Key Fingerprint: SHA256:CE0HPsbW3L2YiJETx1zYZ2muMptaAqTN2g3498KrMkc

View File

@ -14,8 +14,8 @@ in {
config.programs.starship = mkIf cfg.enable {
inherit (cfg) enable;
enableTransience = true;
settings.custom = {
jj = {
settings = {
custom.jj = {
description = "The current jj status";
detect_folders = [".jj"];
symbol = "🥋 ";
@ -36,7 +36,7 @@ in {
truncate_end(29, description.first_line(), ""),
"(no description set)",
) ++ raw_escape_sequence("\x1b[0m"),
)
)
'
'';
};