mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 00:10:30 +00:00
nixos/kde5: ready for plasma-5.4
This commit is contained in:
parent
2e06a781bc
commit
b102fa5a07
|
@ -37,9 +37,9 @@ let
|
||||||
|
|
||||||
kf5 = pkgs.kf5_stable;
|
kf5 = pkgs.kf5_stable;
|
||||||
|
|
||||||
plasma5 = pkgs.plasma5_stable.override { inherit kf5; };
|
plasma5 = pkgs.plasma5_stable;
|
||||||
|
|
||||||
kdeApps = pkgs.kdeApps_stable.override { inherit kf5; };
|
kdeApps = pkgs.kdeApps_stable;
|
||||||
|
|
||||||
in
|
in
|
||||||
|
|
||||||
|
@ -93,13 +93,8 @@ in
|
||||||
++ [
|
++ [
|
||||||
pkgs.qt4 # qtconfig is the only way to set Qt 4 theme
|
pkgs.qt4 # qtconfig is the only way to set Qt 4 theme
|
||||||
|
|
||||||
kdeApps.kde-baseapps
|
kdeApps.dolphin
|
||||||
kdeApps.kde-base-artwork
|
|
||||||
kdeApps.kmix
|
|
||||||
kdeApps.konsole
|
kdeApps.konsole
|
||||||
kdeApps.oxygen-icons
|
|
||||||
|
|
||||||
kdeApps.kde-runtime
|
|
||||||
|
|
||||||
pkgs.hicolor_icon_theme
|
pkgs.hicolor_icon_theme
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue