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 -2
View File
@@ -12,6 +12,10 @@ in
{
meta = {
maintainers = teams.gnome.members;
};
# Added 2019-08-19
imports = [
(mkRenamedOptionModule
@@ -20,9 +24,7 @@ in
];
options = {
programs.gnome-terminal.enable = mkEnableOption "GNOME Terminal";
};
config = mkIf cfg.enable {