summary refs log tree commit diff
path: root/nixos/modules/services/desktops/telepathy.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/desktops/telepathy.nix')
-rw-r--r--nixos/modules/services/desktops/telepathy.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/desktops/telepathy.nix b/nixos/modules/services/desktops/telepathy.nix
index 8c50d860e5bb2..b5f6a5fcbcfdd 100644
--- a/nixos/modules/services/desktops/telepathy.nix
+++ b/nixos/modules/services/desktops/telepathy.nix
@@ -39,7 +39,7 @@ with lib;
     services.dbus.packages = [ pkgs.telepathy-mission-control ];
 
     # Enable runtime optional telepathy in gnome-shell
-    services.xserver.desktopManager.gnome3.sessionPath = with pkgs; [
+    services.xserver.desktopManager.gnome.sessionPath = with pkgs; [
       telepathy-glib
       telepathy-logger
     ];