summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index 01cbb592..3753a8df 100644
--- a/hel.nix
+++ b/hel.nix
@@ -109,6 +109,11 @@
109 ''; 109 '';
110 }; 110 };
111 111
112 atd = {
113 enable = true;
114 allowEveryone = true;
115 };
116
112 xserver = { 117 xserver = {
113 enable = true; 118 enable = true;
114 119