nixos-configuration/home/picom.nix
2022-11-14 01:12:16 +01:00

8 lines
120 B
Nix

{ ... }: {
services.picom = {
enable = true;
/* activeOpacity = 0.9; */
/* inactiveDim = "0.3"; */
};
}