diff --git a/modules/home/themes/layan-qt6.nix b/modules/home/themes/layan-qt6.nix index fae4806..e94b53a 100644 --- a/modules/home/themes/layan-qt6.nix +++ b/modules/home/themes/layan-qt6.nix @@ -3,7 +3,7 @@ lib, fetchFromGitHub, gitUpdater, - libsForQt6, + kdePackages, }: stdenv.mkDerivation rec { pname = "layan-kde"; @@ -17,9 +17,9 @@ stdenv.mkDerivation rec { # Propagate sddm theme dependencies to user env otherwise sddm does # not find them. Putting them in buildInputs is not enough. - propagatedUserEnvPkgs = with libsForQt6; [ - kdeclarative.bin - plasma-framework + propagatedUserEnvPkgs = with kdePackages; [ + kdeclarative + libplasma plasma-workspace ];