diff --git a/modules/software/usershell.nix b/modules/software/usershell.nix index 510efdd..5fe293e 100644 --- a/modules/software/usershell.nix +++ b/modules/software/usershell.nix @@ -36,7 +36,7 @@ # Left Modules username = { disabled = false; - format = "[ $user]($style)"; + format = "[ $user]($style)"; style_user = "fg:${keppel} bg:${rich_lemon}"; style_root = "fg:${blood_red} bg:${rich_lemon}"; };