diff --git a/hm_modules/alacritty.nix b/hm_modules/alacritty.nix index e04b0c0..4c33035 100644 --- a/hm_modules/alacritty.nix +++ b/hm_modules/alacritty.nix @@ -33,7 +33,7 @@ in scrolling.history = 3000; font = { normal.family = pkgs.rice.font.monospace.name; - size = pkgs.rice.font.monospace.size / 1.2; # Font size is broken + size = pkgs.rice.font.monospace.size / 1.5; # Font size is broken }; window.opacity = pkgs.rice.opacity; mouse = {