We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 801672f commit f7de349Copy full SHA for f7de349
modules/nixos/home-manager/profiles/desktop/default.nix
@@ -63,7 +63,7 @@ in
63
};
64
65
services.picom = {
66
- enable = true;
+ enable = false; # XXX
67
backend = "glx";
68
activeOpacity = 1.0;
69
inactiveOpacity = 0.9;
0 commit comments