mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 19:34:06 +00:00
nixos/xmonad: add lassulus and xaverdh as maintainers
This commit is contained in:
parent
206c668d7f
commit
7389407490
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user