From ba8d13bf4fe6833f51fcb1bb084fba8868b980df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Sun, 17 Aug 2025 14:30:16 +0200 Subject: [PATCH] System Gen98 @ 2025-08-17-14:20:01 by jonas@monolith --- modules/home/themes/layan-qt6.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/modules/home/themes/layan-qt6.nix b/modules/home/themes/layan-qt6.nix index da61a2d..fae4806 100644 --- a/modules/home/themes/layan-qt6.nix +++ b/modules/home/themes/layan-qt6.nix @@ -3,9 +3,7 @@ lib, fetchFromGitHub, gitUpdater, - kdeclarative, - plasma-framework, - plasma-workspace, + libsForQt6, }: stdenv.mkDerivation rec { pname = "layan-kde"; @@ -19,7 +17,7 @@ stdenv.mkDerivation rec { # Propagate sddm theme dependencies to user env otherwise sddm does # not find them. Putting them in buildInputs is not enough. - propagatedUserEnvPkgs = [ + propagatedUserEnvPkgs = with libsForQt6; [ kdeclarative.bin plasma-framework plasma-workspace