I am running NixOS 23.05. Currently, I enable picom in NixOS with the following in my configuration:
services.picom = {
enable = true;
backend = “glx”;
};
Strangely, this configuration allows for me to set windows to be transparent, but if I try to enable transparency through a particular application like alacritty so that the background is transparent but the text is opaque there is no effect and the whole window remains opaque. If I disable the picom service and run picom myself with my own configuration file, it also gives the same result. It is strange because the very same configuration file works on my other computer which has Arch. Anyone else have this issue? Any idea how I might start troubleshooting this?
Many thanks!