summaryrefslogtreecommitdiffstats
path: root/x11.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--x11.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/x11.nix b/x11.nix
index 5970657..cd2d10d 100644
--- a/x11.nix
+++ b/x11.nix
@@ -49,4 +49,9 @@
'';
};
+
+ services.picom = {
+ enable = true;
+ };
+
}