{ pkgs, ... }: { environment.systemPackages = with pkgs; [ picom ]; environment.etc = { "xdg/picom/picom.conf".source = ./config/picom.conf; }; }