nixos: add freedesktop/gnome/myself maintainers

This commit is contained in:
worldofpeace
2020-04-01 20:53:09 -04:00
parent 88a4b68985
commit b0ac19e050
41 changed files with 172 additions and 9 deletions
+4
View File
@@ -1,6 +1,10 @@
{ config, lib, pkgs, ... }:
{
meta = {
maintainers = lib.teams.freedesktop.members;
};
options.programs.nm-applet.enable = lib.mkEnableOption "nm-applet";
config = lib.mkIf config.programs.nm-applet.enable {