nixos-configuration/home/picom.nix

8 lines
120 B
Nix
Raw Normal View History

2022-02-15 15:44:40 +01:00
{ ... }: {
services.picom = {
enable = true;
2022-11-14 01:12:16 +01:00
/* activeOpacity = 0.9; */
/* inactiveDim = "0.3"; */
2022-02-15 15:44:40 +01:00
};
}