nixos/plasma5: Use Qt 5.14
This commit is contained in:
parent
4fd58aa4e1
commit
20bfb27eaf
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue