diff options
| author | anders130 <93037023+anders130@users.noreply.github.com> | 2025-08-22 06:29:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-22 14:29:12 +1000 |
| commit | 3a5f615f509fbff895846ecd3a606eb2c7192cf8 (patch) | |
| tree | 62dedc8e0d115a77f6f48b58af7033a4870c64d3 /nix | |
| parent | nix/hm: fix pkg.system missing attr (#433) (diff) | |
| download | caelestia-shell-3a5f615f509fbff895846ecd3a606eb2c7192cf8.tar.gz caelestia-shell-3a5f615f509fbff895846ecd3a606eb2c7192cf8.tar.bz2 caelestia-shell-3a5f615f509fbff895846ecd3a606eb2c7192cf8.zip | |
nix/hm: fix missing icons in hm-module (#457)
Diffstat (limited to 'nix')
| -rw-r--r-- | nix/hm-module.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/hm-module.nix b/nix/hm-module.nix index 9538965..c2137d1 100644 --- a/nix/hm-module.nix +++ b/nix/hm-module.nix @@ -70,6 +70,7 @@ in { TimeoutStopSec = "5s"; Environment = [ "QT_QPA_PLATFORM=wayland" + "QT_QPA_PLATFORMTHEME=gtk3" ]; Slice = "session.slice"; |