nixos/telepathy: add sessionPath

This commit is contained in:
WORLDofPEACE
2020-10-04 01:39:23 -04:00
committed by Jan Tojnar
parent 9c9e519318
commit e1317b8b7b

View File

@@ -38,6 +38,11 @@ with lib;
services.dbus.packages = [ pkgs.telepathy-mission-control ];
# Enable runtime optional telepathy in gnome-shell
services.xserver.desktopManager.gnome3.sessionPath = with pkgs; [
telepathy-glib
telepathy-logger
];
};
}