summaryrefslogtreecommitdiff
path: root/home/config/picom.nix
blob: 2992b39e91381a874f20fc78463ad973851eeeec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ ... }:

{
  services.picom = {
    enable = true;
    fade = true;
    activeOpacity = "1";
    inactiveOpacity = "0.9";
    menuOpacity = "0.8";
    shadow = true;
    fadeDelta = 4;
    blur = true;
  };
}