Files
nix-config/homeConfigs/hosts/vbox.nix

15 lines
166 B
Nix

{ ... }:
{
services.picom = {
backend = "xrender";
settings = {
blur = {
method = "none";
size = 0;
deviation = 0.0;
};
};
};
}