From 3840233e3f30e1c1c1292cd38ebe7f08059f2aee Mon Sep 17 00:00:00 2001 From: BardMoon <144455455+BardMoon@users.noreply.github.com> Date: Sat, 23 Aug 2025 14:15:19 +0900 Subject: nix: add wrapQtAppsHook (#461) * nix: add wrapQtAppsHook * nix: delete "QT_QPA_PLATFORMTHEME=gtk3" --- nix/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nix/default.nix') diff --git a/nix/default.nix b/nix/default.nix index 4c2f7df..62dfebc 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -26,6 +26,7 @@ rubik, nerd-fonts, gcc, + qt6, quickshell, aubio, pipewire, @@ -66,7 +67,7 @@ in version = "${rev}"; src = ./..; - nativeBuildInputs = [gcc makeWrapper]; + nativeBuildInputs = [gcc makeWrapper qt6.wrapQtAppsHook]; buildInputs = [quickshell aubio pipewire]; propagatedBuildInputs = runtimeDeps; -- cgit v1.2.3-freya