From 7ef4e9b4f1023dc04b001bf9ab5a9b77b84adbd2 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sun, 25 May 2025 00:36:16 +0200 Subject: [PATCH] style: formatting code --- users/modules/shell/starship.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/users/modules/shell/starship.nix b/users/modules/shell/starship.nix index 9a3ccb3..062f8f7 100644 --- a/users/modules/shell/starship.nix +++ b/users/modules/shell/starship.nix @@ -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"), - ) + ) ' ''; };