summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2015-06-15 10:50:39 -0500
committerThomas Tuegel <ttuegel@gmail.com>2015-06-25 09:03:40 -0500
commit0aa8e649673d802f8c315b88254812bf826ec672 (patch)
treec76168f4592e025441897e0773204730369ca9c8 /nixos
parent662a94312de8af4a77be5958cc94bb9fa3b157ca (diff)
downloadnixlib-0aa8e649673d802f8c315b88254812bf826ec672.tar
nixlib-0aa8e649673d802f8c315b88254812bf826ec672.tar.gz
nixlib-0aa8e649673d802f8c315b88254812bf826ec672.tar.bz2
nixlib-0aa8e649673d802f8c315b88254812bf826ec672.tar.lz
nixlib-0aa8e649673d802f8c315b88254812bf826ec672.tar.xz
nixlib-0aa8e649673d802f8c315b88254812bf826ec672.tar.zst
nixlib-0aa8e649673d802f8c315b88254812bf826ec672.zip
kde5: JSON manifest format
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/x11/desktop-managers/kde5.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/kde5.nix b/nixos/modules/services/x11/desktop-managers/kde5.nix
index 7c8cd8aeb855..5061d59b7c7f 100644
--- a/nixos/modules/services/x11/desktop-managers/kde5.nix
+++ b/nixos/modules/services/x11/desktop-managers/kde5.nix
@@ -35,11 +35,11 @@ let
   phononBackendPackages = flip concatMap cfg.phononBackends
     (name: attrByPath [name] (throw "unknown phonon backend `${name}'") phononBackends);
 
-  kf5 = plasma5.kf5;
+  kf5 = pkgs.kf5_stable;
 
-  plasma5 = pkgs.plasma5_stable;
+  plasma5 = pkgs.plasma5_stable.override { inherit kf5; };
 
-  kdeApps = pkgs.kdeApps_stable;
+  kdeApps = pkgs.kdeApps_stable.override { inherit kf5; };
 
 in