15 lines
166 B
Nix
15 lines
166 B
Nix
{ ... }:
|
|
|
|
{
|
|
services.picom = {
|
|
backend = "xrender";
|
|
settings = {
|
|
blur = {
|
|
method = "none";
|
|
size = 0;
|
|
deviation = 0.0;
|
|
};
|
|
};
|
|
};
|
|
}
|