{ pkgs, ... }: { home-manager.users.fhauser.programs.alacritty = { enable = true; settings."background_opacity" = 0.95; }; }