{ config, lib, pkgs, ... }: { services.picom = { backend = "xrender"; settings = { blur = { method = "none"; size = 0; deviation = 0.0; }; }; }; }