Tue Jun 4 11:41:05 PM CEST 2024

This commit is contained in:
Thomas Avé 2024-06-04 23:41:05 +02:00
parent 01cbaa1030
commit a82119b8da
3 changed files with 5 additions and 2 deletions

View File

@ -146,6 +146,7 @@
systems = {
nixos = { user = "user"; };
Kell = { user = "user"; };
Aloria = { user = "user"; };
};
in { nixosConfigurations = nixpkgs.lib.mapAttrs mkSystem systems; };
}

View File

@ -49,4 +49,6 @@
height = 28;
margin = "0 0 5 0";
};
programs.alacritty.settings.font.size = 13;
}

View File

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ pkgs, ... }:
{
programs.alacritty = {
@ -37,7 +37,7 @@
};
};
font = {
size = 15;
size = pkgs.lib.mkDefault 15;
bold = {
family = "Iosevka Extended";
style = "Bold";