6 lines
152 B
Nix
6 lines
152 B
Nix
{ ... }: {
|
|
# Fix screen tearing on Intel iGPU
|
|
# TODO: I think this is still broken
|
|
services.picom.enable = true;
|
|
services.picom.vSync = true;
|
|
}
|