nix-config/modules/home-manager/alacritty/trantor.nix

7 lines
105 B
Nix
Raw Normal View History

2022-01-25 12:27:52 +01:00
{ config, pkgs, ... }:
{
2023-07-23 17:07:50 +02:00
imports = [ ./common.nix ];
2022-01-25 12:27:52 +01:00
programs.alacritty.settings.font.size = 7.5;
}