The only issue I have is the font change in the terminals like Alacritty or Kitty I have installed on Budgie.
It's no longer Hack font which is set in Budgie font settings.
My current workaround is to set Hack font in Alacritty config:
[font.bold]
family = "hack"
style = "Bold"
[font.bold_italic]
family = "hack"
style = "Bold Italic"
[font.italic]
family = "hack"
style = "Italic"
[font.normal]
family = "hack"
style = "Regular"