aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2025-01-18 17:37:58 -0800
committerCaroline Larimore <caroline@larimo.re>2025-01-18 17:37:58 -0800
commit1c203fb469ac585d242dc2ab0bd2dd1f77c1a044 (patch)
treec5b392c5b3b3376867ded6a25887088629f1ebf4
parent29cdfb16d031ba6d4fc85f1f5332ccf36744322e (diff)
wayland: remove picom config
-rw-r--r--roles/home/desktop/picom.nix20
1 files changed, 0 insertions, 20 deletions
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'"
- ];
- };
- };
-}