From 0dc687871a859f78652ad959f7f9a9df7ee1a2e9 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Tue, 14 May 2024 17:24:25 -0700 Subject: Restructuring --- modules/home/picom.nix | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 modules/home/picom.nix (limited to 'modules/home/picom.nix') diff --git a/modules/home/picom.nix b/modules/home/picom.nix deleted file mode 100644 index d625200..0000000 --- a/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