summary refs log tree commit diff
path: root/nixos/modules/services/x11/desktop-managers/plasma5.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2022-11-23 10:27:00 -0600
committerPeter Hoeg <peter@hoeg.com>2022-12-14 10:48:51 +0800
commit03354f45abe4241a2bdacf569f0711c53b2bb8e6 (patch)
treeeaba4838c993afeb3b41b24e133b47082aaa020e /nixos/modules/services/x11/desktop-managers/plasma5.nix
parent34b2fcfd19c370d88e6ac9d6a37a1110e441b0ad (diff)
downloadnixpkgs-03354f45abe4241a2bdacf569f0711c53b2bb8e6.tar
nixpkgs-03354f45abe4241a2bdacf569f0711c53b2bb8e6.tar.gz
nixpkgs-03354f45abe4241a2bdacf569f0711c53b2bb8e6.tar.bz2
nixpkgs-03354f45abe4241a2bdacf569f0711c53b2bb8e6.tar.lz
nixpkgs-03354f45abe4241a2bdacf569f0711c53b2bb8e6.tar.xz
nixpkgs-03354f45abe4241a2bdacf569f0711c53b2bb8e6.tar.zst
nixpkgs-03354f45abe4241a2bdacf569f0711c53b2bb8e6.zip
plasma5: Help D-Bus find kactivitymanagerd
Diffstat (limited to 'nixos/modules/services/x11/desktop-managers/plasma5.nix')
-rw-r--r--nixos/modules/services/x11/desktop-managers/plasma5.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/plasma5.nix b/nixos/modules/services/x11/desktop-managers/plasma5.nix
index c45e606b9f2..2ab24951ec6 100644
--- a/nixos/modules/services/x11/desktop-managers/plasma5.nix
+++ b/nixos/modules/services/x11/desktop-managers/plasma5.nix
@@ -384,6 +384,11 @@ in
         ++ lib.optionals config.services.samba.enable [ kdenetwork-filesharing pkgs.samba ]
         ++ lib.optional config.services.xserver.wacom.enable pkgs.wacomtablet;
 
+      # Extra services for D-Bus activation
+      services.dbus.packages = [
+        plasma5.kactivitymanagerd
+      ];
+
       environment.pathsToLink = [
         # FIXME: modules should link subdirs of `/share` rather than relying on this
         "/share"