nixos/xmonad: add lassulus and xaverdh as maintainers
This commit is contained in:
parent
206c668d7f
commit
7389407490
@ -22,8 +22,9 @@ let
|
|||||||
} cfg.config;
|
} cfg.config;
|
||||||
|
|
||||||
xmonad = if (cfg.config != null) then xmonad-config else xmonad-vanilla;
|
xmonad = if (cfg.config != null) then xmonad-config else xmonad-vanilla;
|
||||||
in
|
in {
|
||||||
{
|
meta.maintainers = with maintainers; [ lassulus xaverdh ];
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
services.xserver.windowManager.xmonad = {
|
services.xserver.windowManager.xmonad = {
|
||||||
enable = mkEnableOption "xmonad";
|
enable = mkEnableOption "xmonad";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user