diff --git a/modules/home/themes/layan-qt6.nix b/modules/home/themes/layan-qt6.nix index 3651e76..da61a2d 100644 --- a/modules/home/themes/layan-qt6.nix +++ b/modules/home/themes/layan-qt6.nix @@ -4,7 +4,7 @@ fetchFromGitHub, gitUpdater, kdeclarative, - libplasma, + plasma-framework, plasma-workspace, }: stdenv.mkDerivation rec { @@ -21,7 +21,7 @@ stdenv.mkDerivation rec { # not find them. Putting them in buildInputs is not enough. propagatedUserEnvPkgs = [ kdeclarative.bin - libplasma + plasma-framework plasma-workspace ];