aboutsummaryrefslogtreecommitdiff
path: root/util/modules/home/picom.nix
diff options
context:
space:
mode:
Diffstat (limited to 'util/modules/home/picom.nix')
-rw-r--r--util/modules/home/picom.nix18
1 files changed, 0 insertions, 18 deletions
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;
- };
- };
- };
-}