home: Run electron applications with Wayland
This commit is contained in:
parent
04ed137a0e
commit
59a47afe61
1 changed files with 1 additions and 0 deletions
|
@ -273,6 +273,7 @@ in lib.mkIf (osConfig.hardware.graphics.enable or false) {
|
||||||
};
|
};
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
|
ELECTRON_OZONE_PLATFORM_HINT = "wayland";
|
||||||
NIXOS_OZONE_WL = "1";
|
NIXOS_OZONE_WL = "1";
|
||||||
SSH_ASKPASS = askpass;
|
SSH_ASKPASS = askpass;
|
||||||
SSH_ASKPASS_REQUIRE = "force";
|
SSH_ASKPASS_REQUIRE = "force";
|
||||||
|
|
Loading…
Reference in a new issue