{ pkgs, lib, ... }: { programs.alacritty = { enable = true; settings = { window = { opacity = 0.95; }; }; }; }