~ruther/nixos-config

d576b0725e1a3b52096ddb0161c8a0d79bb71786 — Frantisek Bohacek 1 year, 6 months ago ce4f21e
feat: bigger font in alacritty
1 files changed, 1 insertions(+), 1 deletions(-)

M modules/programs/alacritty.nix
M modules/programs/alacritty.nix => modules/programs/alacritty.nix +1 -1
@@ 14,7 14,7 @@
        font = rec {                          # Font - Laptop has size manually changed at home.nix
          normal.family = "FiraCode Nerd Font";
          bold = { style = "Bold"; };
          size = 8;
          size = 12;
        };
        offset = {                            # Positioning
          x = -1;

Do not follow this link