{ config, pkgs, lib, ...}: { programs.alacritty = { enable = true; settings = { env = { TERM = "xterm-256color"; WINIT_X11_SCALE_FACTOR = "1.2"; }; draw_bold_text_with_bright_colors = true; selection = { save_to_clipboard = true; }; font = { size = 12; }; }; }; }