diff options
Diffstat (limited to 'nix/default.nix')
| -rw-r--r-- | nix/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
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; |