kde5: add kde-workspace and kde-runtime to systemPackages
This commit is contained in:
parent
ccef701daa
commit
5b5b7aa951
@ -88,7 +88,9 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages =
|
environment.systemPackages =
|
||||||
[
|
filter isDerivation (builtins.attrValues plasma5)
|
||||||
|
++ filter isDerivation (builtins.attrValues kf5)
|
||||||
|
++ [
|
||||||
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.kde-baseapps
|
||||||
@ -97,13 +99,12 @@ in
|
|||||||
kdeApps.konsole
|
kdeApps.konsole
|
||||||
kdeApps.oxygen-icons
|
kdeApps.oxygen-icons
|
||||||
|
|
||||||
|
kdeApps.kde-runtime
|
||||||
|
|
||||||
pkgs.hicolor_icon_theme
|
pkgs.hicolor_icon_theme
|
||||||
|
|
||||||
pkgs.orion # GTK theme, nearly identical to Breeze
|
pkgs.orion # GTK theme, nearly identical to Breeze
|
||||||
]
|
] ++ phononBackendPackages;
|
||||||
++ filter isDerivation (builtins.attrValues plasma5)
|
|
||||||
++ filter isDerivation (builtins.attrValues kf5)
|
|
||||||
++ phononBackendPackages;
|
|
||||||
|
|
||||||
environment.pathsToLink = [ "/share" ];
|
environment.pathsToLink = [ "/share" ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user