diff --git a/modules/rio/hm.nix b/modules/rio/hm.nix index e658e719..499bb361 100644 --- a/modules/rio/hm.nix +++ b/modules/rio/hm.nix @@ -15,7 +15,9 @@ in programs.rio.settings = { fonts = with config.stylix.fonts; { family = monospace.name; - size = sizes.terminal; + emoji.family = emoji.name; + # converting font size to px + size = sizes.terminal * 4.0 / 3.0; }; window.opacity = with config.stylix.opacity; terminal; colors = with colors; {