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,
|
rubik,
|
||||||
nerd-fonts,
|
nerd-fonts,
|
||||||
gcc,
|
gcc,
|
||||||
|
qt6,
|
||||||
quickshell,
|
quickshell,
|
||||||
aubio,
|
aubio,
|
||||||
pipewire,
|
pipewire,
|
||||||
|
|
@ -66,7 +67,7 @@ in
|
||||||
version = "${rev}";
|
version = "${rev}";
|
||||||
src = ./..;
|
src = ./..;
|
||||||
|
|
||||||
nativeBuildInputs = [gcc makeWrapper];
|
nativeBuildInputs = [gcc makeWrapper qt6.wrapQtAppsHook];
|
||||||
buildInputs = [quickshell aubio pipewire];
|
buildInputs = [quickshell aubio pipewire];
|
||||||
propagatedBuildInputs = runtimeDeps;
|
propagatedBuildInputs = runtimeDeps;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -70,7 +70,6 @@ in {
|
||||||
TimeoutStopSec = "5s";
|
TimeoutStopSec = "5s";
|
||||||
Environment = [
|
Environment = [
|
||||||
"QT_QPA_PLATFORM=wayland"
|
"QT_QPA_PLATFORM=wayland"
|
||||||
"QT_QPA_PLATFORMTHEME=gtk3"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
Slice = "session.slice";
|
Slice = "session.slice";
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue