summary refs log tree commit diff
path: root/nixos/modules/services/x11/window-managers/xmonad.nix
diff options
context:
space:
mode:
authorDominik Xaver Hörl <hoe.dom@gmx.de>2020-10-12 21:00:43 +0200
committerDominik Xaver Hörl <hoe.dom@gmx.de>2020-10-12 21:00:43 +0200
commit7389407490e3691bcdbd97d680b4e843ceda5609 (patch)
tree89afef4e9f62746fb0ec07226a9004243ef61ef7 /nixos/modules/services/x11/window-managers/xmonad.nix
parent206c668d7f289a105f6759e4eaaf052e094fc416 (diff)
downloadnixpkgs-7389407490e3691bcdbd97d680b4e843ceda5609.tar
nixpkgs-7389407490e3691bcdbd97d680b4e843ceda5609.tar.gz
nixpkgs-7389407490e3691bcdbd97d680b4e843ceda5609.tar.bz2
nixpkgs-7389407490e3691bcdbd97d680b4e843ceda5609.tar.lz
nixpkgs-7389407490e3691bcdbd97d680b4e843ceda5609.tar.xz
nixpkgs-7389407490e3691bcdbd97d680b4e843ceda5609.tar.zst
nixpkgs-7389407490e3691bcdbd97d680b4e843ceda5609.zip
nixos/xmonad: add lassulus and xaverdh as maintainers
Diffstat (limited to 'nixos/modules/services/x11/window-managers/xmonad.nix')
-rw-r--r--nixos/modules/services/x11/window-managers/xmonad.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/nixos/modules/services/x11/window-managers/xmonad.nix b/nixos/modules/services/x11/window-managers/xmonad.nix
index 2eea9ee644d..b9013ca1ff9 100644
--- a/nixos/modules/services/x11/window-managers/xmonad.nix
+++ b/nixos/modules/services/x11/window-managers/xmonad.nix
@@ -22,8 +22,9 @@ let
   } cfg.config;
 
   xmonad = if (cfg.config != null) then xmonad-config else xmonad-vanilla;
-in
-{
+in {
+  meta.maintainers = with maintainers; [ lassulus xaverdh ];
+
   options = {
     services.xserver.windowManager.xmonad = {
       enable = mkEnableOption "xmonad";