7 lines
72 B
Nix
7 lines
72 B
Nix
{
|
|
services.picom = {
|
|
enable = false;
|
|
|
|
backend = "glx";
|
|
};
|
|
}
|