diff --git a/nixos/home/bashdots.nix b/nixos/home/bashdots.nix index d4835edb..106b6779 100644 --- a/nixos/home/bashdots.nix +++ b/nixos/home/bashdots.nix @@ -35,6 +35,7 @@ username = { show_always = true; style_user = "fg:${textColor} bg:${secondColor}"; + style_root = "fg:red bg:${secondColor} blink"; format = "[ $user]($style)"; };