2 { config, lib, pkgs, ... }:
6 maintainers = lib.teams.gnome.members;
13 services.telepathy = {
15 enable = lib.mkOption {
16 type = lib.types.bool;
19 Whether to enable Telepathy service, a communications framework
20 that enables real-time communication via pluggable protocol backends.
31 config = lib.mkIf config.services.telepathy.enable {
33 environment.systemPackages = [ pkgs.telepathy-mission-control ];
35 services.dbus.packages = [ pkgs.telepathy-mission-control ];
37 # Enable runtime optional telepathy in gnome-shell
38 services.xserver.desktopManager.gnome.sessionPath = with pkgs; [