nixos/plasma5: Use Qt 5.14

This commit is contained in:
Thomas Tuegel 2020-09-06 11:36:47 -05:00
parent 4fd58aa4e1
commit 20bfb27eaf

View file

@ -7,7 +7,8 @@ let
xcfg = config.services.xserver;
cfg = xcfg.desktopManager.plasma5;
inherit (pkgs) kdeApplications plasma5 libsForQt5 qt5;
inherit (pkgs) kdeApplications plasma5;
libsForQt5 = pkgs.libsForQt514;
inherit (pkgs) writeText;
pulseaudio = config.hardware.pulseaudio;