{ config = { programs.alacritty = { enable = true; settings = import ./config.nix; }; }; }