sway: add alexarice as codeowner
This commit is contained in:
parent
2dbe637478
commit
68b931aef8
2
.github/CODEOWNERS
vendored
2
.github/CODEOWNERS
vendored
|
@ -159,6 +159,8 @@
|
|||
|
||||
/modules/services/unison.nix @pacien
|
||||
|
||||
/modlues/services/window-managers/i3-sway/sway.nix @alexarice
|
||||
|
||||
/modules/services/xcape.nix @nickhu
|
||||
|
||||
/modules/services/xembed-sni-proxy.nix @rycee
|
||||
|
|
|
@ -298,6 +298,8 @@ let
|
|||
};
|
||||
|
||||
in {
|
||||
meta.maintainers = [ maintainers.alexarice ];
|
||||
|
||||
options.wayland.windowManager.sway = {
|
||||
enable = mkEnableOption "sway wayland compositor";
|
||||
|
||||
|
|
Loading…
Reference in a new issue