9 lines
101 B
Nix
9 lines
101 B
Nix
{ ... }:
|
|
{
|
|
services.picom = {
|
|
enable = true;
|
|
backend = "xrender";
|
|
vSync = true;
|
|
};
|
|
}
|