~ruther/nixos-config

f5b2d90a9422c7ddb2e4e02f9069b98a6537d0dd — Rutherther 1 year, 6 months ago 3b87202
Force alacritty font value
1 files changed, 2 insertions(+), 2 deletions(-)

M modules/programs/alacritty.nix
M modules/programs/alacritty.nix => modules/programs/alacritty.nix +2 -2
@@ 4,7 4,7 @@
# Hardcoded as terminal for rofi and doom emacs
#

{ pkgs, ... }:
{ pkgs, lib, ... }:

{
  programs = {


@@ 21,7 21,7 @@
        font = rec {                          # Font - Laptop has size manually changed at home.nix
          normal.family = "FiraCode Nerd Font";
          bold = { style = "Bold"; };
          size = 12;
          size = lib.mkForce 12;
        };
        offset = {                            # Positioning
          x = -1;

Do not follow this link