summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2017-10-19 18:22:03 -0500
committerThomas Tuegel <ttuegel@mailbox.org>2017-10-20 09:28:56 -0500
commitebcccaf7544457a2cce2f08a404d6ccb565b7acd (patch)
tree995caf2d255c9908bcdc0f8b04bdaa47d0433821 /nixos
parentf7de0da188781aea2a4bf2b17e1fbaf8d65925da (diff)
downloadnixpkgs-ebcccaf7544457a2cce2f08a404d6ccb565b7acd.tar
nixpkgs-ebcccaf7544457a2cce2f08a404d6ccb565b7acd.tar.gz
nixpkgs-ebcccaf7544457a2cce2f08a404d6ccb565b7acd.tar.bz2
nixpkgs-ebcccaf7544457a2cce2f08a404d6ccb565b7acd.tar.lz
nixpkgs-ebcccaf7544457a2cce2f08a404d6ccb565b7acd.tar.xz
nixpkgs-ebcccaf7544457a2cce2f08a404d6ccb565b7acd.tar.zst
nixpkgs-ebcccaf7544457a2cce2f08a404d6ccb565b7acd.zip
plasma-workspace: enable Wayland session support
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/x11/desktop-managers/plasma5.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/plasma5.nix b/nixos/modules/services/x11/desktop-managers/plasma5.nix
index d7e72c4a7ae..b9498b1627f 100644
--- a/nixos/modules/services/x11/desktop-managers/plasma5.nix
+++ b/nixos/modules/services/x11/desktop-managers/plasma5.nix
@@ -47,7 +47,7 @@ in
             ${getBin config.hardware.pulseaudio.package}/bin/pactl load-module module-device-manager "do_routing=1"
           ''}
 
-          exec "${plasma5.startkde}"
+          exec "${getBin plasma5.plasma-workspace}/bin/startkde"
         '';
       };