aboutsummaryrefslogtreecommitdiff
path: root/modules/home/picom.nix
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2024-05-14 17:24:25 -0700
committerCaroline Larimore <caroline@larimo.re>2024-05-14 17:24:25 -0700
commit0dc687871a859f78652ad959f7f9a9df7ee1a2e9 (patch)
treeea892cb26b4c32ad0387a3b047402eef4eef6b40 /modules/home/picom.nix
parentab0151a45da61c16f18b8a6c158fc8e10a865a1c (diff)
Restructuring
Diffstat (limited to 'modules/home/picom.nix')
-rw-r--r--modules/home/picom.nix18
1 files changed, 0 insertions, 18 deletions
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;
- };
- };
- };
-}