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

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