From d9afe380c6e5c654f0ed96074ae2bc1605e32e5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Sun, 17 Aug 2025 14:33:09 +0200 Subject: [PATCH] Home Gen37 @ 2025-06-24-20:34 by jonas@monolith --- modules/home/themes/layan-qt6.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 ];