about summary refs log tree commit diff
path: root/nixos/modules/services/x11/desktop-managers/lxqt.nix
diff options
context:
space:
mode:
authorJosé Romildo <malaquias@gmail.com>2022-04-14 10:52:15 -0300
committerJosé Romildo <malaquias@gmail.com>2022-05-01 13:03:21 -0300
commit417b1c12b28a037c4e50c8b8ce5fab40df6f7d59 (patch)
tree36ffdf66e62aef369994cce9ddfa69186a61044c /nixos/modules/services/x11/desktop-managers/lxqt.nix
parent2addb8a587a3dc391c656b7310e8b08c41769ac7 (diff)
lxqt: add maintainers team
Diffstat (limited to 'nixos/modules/services/x11/desktop-managers/lxqt.nix')
-rw-r--r--nixos/modules/services/x11/desktop-managers/lxqt.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/lxqt.nix b/nixos/modules/services/x11/desktop-managers/lxqt.nix
index 596b382b132ee..46f35f11b4a59 100644
--- a/nixos/modules/services/x11/desktop-managers/lxqt.nix
+++ b/nixos/modules/services/x11/desktop-managers/lxqt.nix
@@ -9,6 +9,10 @@ let
 in
 
 {
+  meta = {
+    maintainers = teams.lxqt.members;
+  };
+
   options = {
 
     services.xserver.desktopManager.lxqt.enable = mkOption {