From 0bd010e34c0ca3f5a852456b42332143d32ccf93 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sat, 25 Feb 2023 17:57:39 +0100 Subject: [PATCH] picom: temporarily disable due to xorg issue --- home/services/picom.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/services/picom.nix b/home/services/picom.nix index 05d43f5..cb9dec5 100644 --- a/home/services/picom.nix +++ b/home/services/picom.nix @@ -1,7 +1,8 @@ { ... }: { services.picom = { - enable = true; + # See https://github.com/NixOS/nixpkgs/issues/206663 + enable = false; fade = true; fadeSteps = [ 0.1 0.1 ];