blob: d6252008bf4fb5b8d5999ea99688d46c03e109e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{ ... }:
{
services.picom = {
enable = true;
backend = "glx";
vSync = true;
settings = {
blur = {
method = "gaussian";
size = 10;
deviation = 2;
};
};
};
}
|