Skip to content

Commit f7de349

Browse files
committed
Disable picom
1 parent 801672f commit f7de349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/nixos/home-manager/profiles/desktop/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ in
6363
};
6464

6565
services.picom = {
66-
enable = true;
66+
enable = false; # XXX
6767
backend = "glx";
6868
activeOpacity = 1.0;
6969
inactiveOpacity = 0.9;

0 commit comments

Comments
 (0)