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
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

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
];
};
}