nixos/plasma5: drop enableQt4Support option

Phonon no longer supports Qt4 so this is useless.
This commit is contained in:
Jan Tojnar
2019-11-22 09:01:05 +01:00
parent 359e6446ef
commit 77661f8cfd
5 changed files with 9 additions and 17 deletions
-1
View File
@@ -9,7 +9,6 @@
displayManager.sddm.enable = true;
desktopManager.plasma5 = {
enable = true;
enableQt4Support = false;
};
libinput.enable = true; # for touchpad support on many laptops
};