nixos-configuration/home/picom.nix

7 lines
85 B
Nix

{ ... }: {
services.picom = {
enable = true;
# inactiveDim = "0.3";
};
}