8 lines
100 B
Nix
8 lines
100 B
Nix
{...}: {
|
|
services.picom = {
|
|
enable = true;
|
|
shadow = true;
|
|
backend = "xrender";
|
|
};
|
|
}
|