diff --git a/modules/home/themes/layan-qt6.nix b/modules/home/themes/layan-qt6.nix index c571781..ad850f6 100644 --- a/modules/home/themes/layan-qt6.nix +++ b/modules/home/themes/layan-qt6.nix @@ -4,7 +4,6 @@ fetchFromGitHub, gitUpdater, kdeclarative, - libplasma, plasma-workspace, }: stdenv.mkDerivation rec { @@ -20,6 +19,8 @@ stdenv.mkDerivation rec { # Propagate sddm theme dependencies to user env otherwise sddm does # not find them. Putting them in buildInputs is not enough. propagatedUserEnvPkgs = [ + kdeclarative + plasma-workspace ]; postPatch = ''