From 1c203fb469ac585d242dc2ab0bd2dd1f77c1a044 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Sat, 18 Jan 2025 17:37:58 -0800 Subject: wayland: remove picom config --- roles/home/desktop/picom.nix | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 roles/home/desktop/picom.nix (limited to 'roles/home/desktop') diff --git a/roles/home/desktop/picom.nix b/roles/home/desktop/picom.nix deleted file mode 100644 index cc72333..0000000 --- a/roles/home/desktop/picom.nix +++ /dev/null @@ -1,20 +0,0 @@ -{ ... }: - -{ - services.picom = { - backend = "glx"; - vSync = true; - - settings = { - blur = { - method = "gaussian"; - size = 10; - deviation = 2; - }; - - blur-background-exclude = [ - "window_type = 'dock'" - ]; - }; - }; -} -- cgit v1.2.3