nix: add wrapQtAppsHook (#461)
* nix: add wrapQtAppsHook * nix: delete "QT_QPA_PLATFORMTHEME=gtk3"
This commit is contained in:
parent
3a5f615f50
commit
3840233e3f
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -70,7 +70,6 @@ in {
|
|||
TimeoutStopSec = "5s";
|
||||
Environment = [
|
||||
"QT_QPA_PLATFORM=wayland"
|
||||
"QT_QPA_PLATFORMTHEME=gtk3"
|
||||
];
|
||||
|
||||
Slice = "session.slice";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue