From 74daf920d25aa7df49e4f896f2c9be0b3f58362c Mon Sep 17 00:00:00 2001 From: illustris Date: Sun, 13 Oct 2024 05:46:28 +0530 Subject: [PATCH] disable picom --- desktop-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop-configuration.nix b/desktop-configuration.nix index 4e8cb91..c4e1740 100644 --- a/desktop-configuration.nix +++ b/desktop-configuration.nix @@ -81,7 +81,7 @@ picom = { backend = "glx"; # backend = "xr_glx_hybrid"; - enable = true; + enable = false; vSync = true; }; xserver = {