mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-03 17:33:26 +03:00
nixos/plasma5: Use Qt 5.14
This commit is contained in:
parent
4fd58aa4e1
commit
20bfb27eaf
@ -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 New Issue
Block a user