nixos/plasma5: do not include extra-cmake-modules in sddm

Fixes #24126.
This commit is contained in:
Thomas Tuegel
2017-03-22 07:15:08 -05:00
parent 3de6ccd5b2
commit 7ca62935bb

View File

@@ -209,7 +209,6 @@ in
services.xserver.displayManager.sddm = {
theme = "breeze";
themes = [
pkgs.extra-cmake-modules # for the setup-hook
plasma5.plasma-workspace
pkgs.breeze-icons
];