nixos/kde5: include setup hook and icons with sddm theme

Fixes #16094.
This commit is contained in:
Thomas Tuegel 2016-06-09 12:39:10 -05:00
parent aea0ff96de
commit c608230a61

View File

@ -170,7 +170,9 @@ in
services.xserver.displayManager.sddm = {
theme = "breeze";
themes = [
kde5.extra-cmake-modules # for the setup-hook
kde5.plasma-workspace
kde5.breeze-icons
(kde5.oxygen-icons or kde5.oxygen-icons5)
];
};