1 2 3 4 5 6 7 8 9 10 11 12
{ vars, pkgs, ... }: { programs.alacritty = { enable = true; settings = { selection = { save_to_clipboard = true; }; }; }; }