new_dots/home/modules/picom.nix
2026-01-27 19:04:45 +01:00

7 lines
72 B
Nix

{
services.picom = {
enable = false;
backend = "glx";
};
}