diff --git a/modules/mors/repos.nix b/modules/mors/repos.nix
index 6d3cf2157..d54d43725 100644
--- a/modules/mors/repos.nix
+++ b/modules/mors/repos.nix
@@ -70,6 +70,13 @@
         extraConfig = "option hook.post-receive = irc-announce";
       };
 
+      xmonad-config = {
+        users = {
+          lass = "RW+";
+          uriel = "R";
+        };
+      };
+
     };
   };
 }
diff --git a/modules/uriel/repos.nix b/modules/uriel/repos.nix
index 6d3cf2157..d54d43725 100644
--- a/modules/uriel/repos.nix
+++ b/modules/uriel/repos.nix
@@ -70,6 +70,13 @@
         extraConfig = "option hook.post-receive = irc-announce";
       };
 
+      xmonad-config = {
+        users = {
+          lass = "RW+";
+          uriel = "R";
+        };
+      };
+
     };
   };
 }