diff --git a/modules/home/themes/layan-qt6.nix b/modules/home/themes/layan-qt6.nix index e94b53a..f9dc9af 100644 --- a/modules/home/themes/layan-qt6.nix +++ b/modules/home/themes/layan-qt6.nix @@ -3,7 +3,9 @@ lib, fetchFromGitHub, gitUpdater, - kdePackages, + kdeclarative, + libplasma, + plasma-workspace, }: stdenv.mkDerivation rec { pname = "layan-kde"; @@ -17,10 +19,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 = with kdePackages; [ - kdeclarative - libplasma - plasma-workspace + propagatedUserEnvPkgs = [ ]; postPatch = '' diff --git a/modules/home/themes/layan.nix b/modules/home/themes/layan.nix index f0cd58e..aee12f9 100644 --- a/modules/home/themes/layan.nix +++ b/modules/home/themes/layan.nix @@ -13,7 +13,7 @@ in { config = lib.mkIf cfg.enable { home.packages = [ - # layan-qt6 + layan-qt6 pkgs.kdePackages.qtstyleplugin-kvantum pkgs.unstable.layan-cursors pkgs.layan-gtk-theme