1 2 3 4 5 6
{config, ...}: { programs.alacritty = { enable = true; }; xdg.configFile."alacritty/alacritty.yml".source = ./alacritty.yml; }