summaryrefslogtreecommitdiffstats
path: root/nixos/modules/services/x11/display-managers
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2020-04-01 20:16:24 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2020-04-01 20:53:09 -0400
commitb0ac19e050676d9c6b07ec3f8cc9c7ab7487333a (patch)
tree62d1f17cd93f132a8b5e43541a8163ce24f7d3b7 /nixos/modules/services/x11/display-managers
parent88a4b68985e77b5e01cadb692fbd6345e8913d7e (diff)
nixos: add freedesktop/gnome/myself maintainers
Diffstat (limited to 'nixos/modules/services/x11/display-managers')
-rw-r--r--nixos/modules/services/x11/display-managers/account-service-util.nix5
-rw-r--r--nixos/modules/services/x11/display-managers/gdm.nix4
-rw-r--r--nixos/modules/services/x11/display-managers/lightdm-greeters/pantheon.nix4
-rw-r--r--nixos/modules/services/x11/display-managers/lightdm.nix4
4 files changed, 17 insertions, 0 deletions
diff --git a/nixos/modules/services/x11/display-managers/account-service-util.nix b/nixos/modules/services/x11/display-managers/account-service-util.nix
index 1dbe703b5662..2b08c62d0ad1 100644
--- a/nixos/modules/services/x11/display-managers/account-service-util.nix
+++ b/nixos/modules/services/x11/display-managers/account-service-util.nix
@@ -3,6 +3,7 @@
, gobject-introspection
, python3
, wrapGAppsHook
+, lib
}:
python3.pkgs.buildPythonApplication {
@@ -36,4 +37,8 @@ python3.pkgs.buildPythonApplication {
cp $src $out/bin/set-session
chmod +x $out/bin/set-session
'';
+
+ meta = with lib; {
+ maintainers = with maintainers; [ worldofpeace ];
+ };
}
diff --git a/nixos/modules/services/x11/display-managers/gdm.nix b/nixos/modules/services/x11/display-managers/gdm.nix
index e0ac47bb766d..9b4cca56d7f0 100644
--- a/nixos/modules/services/x11/display-managers/gdm.nix
+++ b/nixos/modules/services/x11/display-managers/gdm.nix
@@ -38,6 +38,10 @@ in
{
+ meta = {
+ maintainers = teams.gnome.members;
+ };
+
###### interface
options = {
diff --git a/nixos/modules/services/x11/display-managers/lightdm-greeters/pantheon.nix b/nixos/modules/services/x11/display-managers/lightdm-greeters/pantheon.nix
index 77c94114e6d9..087c6b9c38ac 100644
--- a/nixos/modules/services/x11/display-managers/lightdm-greeters/pantheon.nix
+++ b/nixos/modules/services/x11/display-managers/lightdm-greeters/pantheon.nix
@@ -10,6 +10,10 @@ let
in
{
+ meta = {
+ maintainers = with maintainers; [ worldofpeace ];
+ };
+
options = {
services.xserver.displayManager.lightdm.greeters.pantheon = {
diff --git a/nixos/modules/services/x11/display-managers/lightdm.nix b/nixos/modules/services/x11/display-managers/lightdm.nix
index cb7b5f959588..479548863b47 100644
--- a/nixos/modules/services/x11/display-managers/lightdm.nix
+++ b/nixos/modules/services/x11/display-managers/lightdm.nix
@@ -69,6 +69,10 @@ let
in
{
+ meta = {
+ maintainers = with maintainers; [ worldofpeace ];
+ };
+
# Note: the order in which lightdm greeter modules are imported
# here determines the default: later modules (if enable) are
# preferred.