FVB3AQTQUXDVHE6EER4PJZ5645J7EVIDHTJM5LXDGSMLIYFGMFDAC }
home-manager.sharedModules = [{home.file.".config/starship-jj/starship-jj.toml" = mkIf config.isDesktop {text = /* toml */ ''module_separator = " "reset_color = false[bookmarks]search_depth = 100exclude = []# Disable the symbol module.# [[module]]# type = "Symbol"# symbol = " "# color = "Blue"[[module]]type = "Bookmarks"separator = " "color = "Magenta"behind_symbol = "⇡"surround_with_quotes = false[[module]]type = "Commit"max_length = 18empty_text = "(no description)"surround_with_quotes = true[[module]]type = "State"separator = " "[module.conflict]disabled = falsetext = "(CONFLICT)"color = "Red"[module.divergent]disabled = falsetext = "(DIVERGENT)"color = "Cyan"[module.empty]disabled = falsetext = "(EMPTY)"color = "Yellow"[module.immutable]disabled = falsetext = "(IMMUTABLE)"color = "Yellow"[module.hidden]disabled = falsetext = "(HIDDEN)"color = "Yellow"[[module]]type = "Metrics"template = "[{changed} {added}{removed}]"color = "Magenta"[module.changed_files]prefix = ""suffix = ""color = "Cyan"[module.added_lines]prefix = "+"suffix = ""color = "Green"[module.removed_lines]prefix = "-"suffix = ""color = "Red"'';};}];}