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

7 lines
103 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-08-22 13:33:40 +02:00
programs.alacritty.settings.font.size = 7;
2022-01-25 12:27:52 +01:00
}