summaryrefslogtreecommitdiff
path: root/nix/hm-module.nix
diff options
context:
space:
mode:
authorBardMoon <144455455+BardMoon@users.noreply.github.com>2025-08-23 14:15:19 +0900
committerGitHub <noreply@github.com>2025-08-23 15:15:19 +1000
commit3840233e3f30e1c1c1292cd38ebe7f08059f2aee (patch)
tree106c2ffcc6700b718da3f65a81593bdafd59f880 /nix/hm-module.nix
parentnix/hm: fix missing icons in hm-module (#457) (diff)
downloadcaelestia-shell-3840233e3f30e1c1c1292cd38ebe7f08059f2aee.tar.gz
caelestia-shell-3840233e3f30e1c1c1292cd38ebe7f08059f2aee.tar.bz2
caelestia-shell-3840233e3f30e1c1c1292cd38ebe7f08059f2aee.zip
nix: add wrapQtAppsHook (#461)
* nix: add wrapQtAppsHook * nix: delete "QT_QPA_PLATFORMTHEME=gtk3"
Diffstat (limited to 'nix/hm-module.nix')
-rw-r--r--nix/hm-module.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nix/hm-module.nix b/nix/hm-module.nix
index c2137d1..9538965 100644
--- a/nix/hm-module.nix
+++ b/nix/hm-module.nix
@@ -70,7 +70,6 @@ in {
TimeoutStopSec = "5s";
Environment = [
"QT_QPA_PLATFORM=wayland"
- "QT_QPA_PLATFORMTHEME=gtk3"
];
Slice = "session.slice";