about summary refs log tree commit diff
path: root/pkgs/kde/plasma/plasma-workspace/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/kde/plasma/plasma-workspace/default.nix')
-rw-r--r--pkgs/kde/plasma/plasma-workspace/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/kde/plasma/plasma-workspace/default.nix b/pkgs/kde/plasma/plasma-workspace/default.nix
index 42f46eef5eb04..e89063876a867 100644
--- a/pkgs/kde/plasma/plasma-workspace/default.nix
+++ b/pkgs/kde/plasma/plasma-workspace/default.nix
@@ -10,7 +10,6 @@
   libcanberra,
   libqalculate,
   pipewire,
-  breeze,
   qttools,
   qqc2-breeze-style,
   gpsd,
@@ -25,10 +24,6 @@ mkKdeDerivation {
       xsetroot = "${lib.getBin xorg.xsetroot}/bin/xsetroot";
       qdbus = "${lib.getBin qttools}/bin/qdbus";
     })
-    (substituteAll {
-      src = ./wallpaper-paths.patch;
-      wallpapers = "${lib.getBin breeze}/share/wallpapers";
-    })
   ];
 
   postInstall = ''