From faf3445774c53e3f9c9f1ed46f6097a62995b2b5 Mon Sep 17 00:00:00 2001 From: reo101 Date: Sun, 19 Feb 2023 12:49:42 +0200 Subject: [PATCH] fix(starship): don't hardcode username --- modules/home-manager/reo101-shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/reo101-shell.nix b/modules/home-manager/reo101-shell.nix index cd082ac..2e2e5a7 100644 --- a/modules/home-manager/reo101-shell.nix +++ b/modules/home-manager/reo101-shell.nix @@ -130,7 +130,7 @@ in # Use custom format format = '' - [╭───────┨](bold green)[reo101](bright-white)[@](bold yellow)$hostname[┠───────>](bold green)$status$cmd_duration$git_branch$git_status$git_state$git_commit + [╭───────┨](bold green)[${cfg.username}](bright-white)[@](bold yellow)$hostname[┠───────>](bold green)$status$cmd_duration$git_branch$git_status$git_state$git_commit [│](bold green)$time$jobs: $directory$package [╰─](bold green)$character '';