diff options
Diffstat (limited to 'modules/mors/repos.nix')
-rw-r--r-- | modules/mors/repos.nix | 7 |
1 files changed, 7 insertions, 0 deletions
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"; + }; + }; + }; }; } |