nix-config/home-manager/sajenim/features/desktop/picom/default.nix

8 lines
100 B
Nix

{...}: {
services.picom = {
enable = true;
shadow = true;
backend = "xrender";
};
}