new_dots/home/modules/picom.nix
2026-01-03 12:48:28 +01:00

7 lines
71 B
Nix

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