about summary refs log tree commit diff
path: root/nixos/modules/services/x11
diff options
context:
space:
mode:
authorgnidorah <gnidorah@users.noreply.github.com>2017-12-22 15:32:25 +0300
committergnidorah <gnidorah@users.noreply.github.com>2017-12-24 12:54:04 +0300
commit22596e89954f5a189a5071513ed1ad2f90648fd0 (patch)
tree5770bc16d9d1b4ff4a10375251061c3251854f3e /nixos/modules/services/x11
parentaa8962a6b98b539b3224572860326a8a8a7429d3 (diff)
downloadnixlib-22596e89954f5a189a5071513ed1ad2f90648fd0.tar
nixlib-22596e89954f5a189a5071513ed1ad2f90648fd0.tar.gz
nixlib-22596e89954f5a189a5071513ed1ad2f90648fd0.tar.bz2
nixlib-22596e89954f5a189a5071513ed1ad2f90648fd0.tar.lz
nixlib-22596e89954f5a189a5071513ed1ad2f90648fd0.tar.xz
nixlib-22596e89954f5a189a5071513ed1ad2f90648fd0.tar.zst
nixlib-22596e89954f5a189a5071513ed1ad2f90648fd0.zip
breeze-qt4: drop
Diffstat (limited to 'nixos/modules/services/x11')
-rw-r--r--nixos/modules/services/x11/desktop-managers/plasma5.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/plasma5.nix b/nixos/modules/services/x11/desktop-managers/plasma5.nix
index 685a93d952b1..19ad3a342c4b 100644
--- a/nixos/modules/services/x11/desktop-managers/plasma5.nix
+++ b/nixos/modules/services/x11/desktop-managers/plasma5.nix
@@ -25,8 +25,8 @@ in
         type = types.bool;
         default = true;
         description = ''
-          Enable support for Qt 4-based applications. Particularly, install the
-          Qt 4 version of the Breeze theme and a default backend for Phonon.
+          Enable support for Qt 4-based applications. Particularly, install a
+          default backend for Phonon.
         '';
       };
 
@@ -146,7 +146,7 @@ in
           libsForQt5.phonon-backend-gstreamer
         ]
 
-        ++ lib.optionals cfg.enableQt4Support [ breeze-qt4 pkgs.phonon-backend-gstreamer ]
+        ++ lib.optionals cfg.enableQt4Support [ pkgs.phonon-backend-gstreamer ]
 
         # Optional hardware support features
         ++ lib.optional config.hardware.bluetooth.enable bluedevil