From 31fa816373038e5fad807131a8526103bd005a6f Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Sun, 12 May 2024 20:12:49 -0700 Subject: Delete old duplicate config from util (i have no clue how that even happened?) --- util/modules/home/picom.nix | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 util/modules/home/picom.nix (limited to 'util/modules/home/picom.nix') diff --git a/util/modules/home/picom.nix b/util/modules/home/picom.nix deleted file mode 100644 index d625200..0000000 --- a/util/modules/home/picom.nix +++ /dev/null @@ -1,18 +0,0 @@ -{ ... }: - -{ - services.picom = { - enable = true; - - backend = "glx"; - vSync = true; - - settings = { - blur = { - method = "gaussian"; - size = 10; - deviation = 2; - }; - }; - }; -} -- cgit v1.2.3