fix(desktop): set QT_QPA_PLATFORM

This commit is contained in:
uku 2024-08-20 19:50:12 +02:00
parent c0a3c8c903
commit 0212d39d32
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o

View file

@ -1,5 +1,4 @@
{ {
self,
lib, lib,
pkgs, pkgs,
config, config,
@ -42,6 +41,7 @@
systemPackages = with pkgs; [sbctl]; systemPackages = with pkgs; [sbctl];
sessionVariables = { sessionVariables = {
NIXOS_OZONE_WL = "1"; NIXOS_OZONE_WL = "1";
QT_QPA_PLATFORM = "wayland";
}; };
}; };
@ -89,8 +89,6 @@
shotcut shotcut
vscode vscode
self.packages.${system}.enigma
(vesktop.override {withSystemVencord = false;}) (vesktop.override {withSystemVencord = false;})
]; ];
}; };