index
:
nixos
master
NixOS and Nix Darwin Configuration files
Skullheadx
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
x11.nix
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to '')
-rw-r--r--
x11.nix
5
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;
+ };
+
}