10 lines
133 B
Nix
10 lines
133 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
services.picom = {
|
||
|
enable = true;
|
||
|
backend = "glx";
|
||
|
settings.refresh-rate = "144";
|
||
|
vSync = false;
|
||
|
};
|
||
|
}
|