lavaridge: force chromium and electron apps to use wayland

This commit is contained in:
Aly Raffauf 2024-03-15 00:02:03 -04:00
parent bb7c6c587d
commit 1d03645008

View file

@ -32,6 +32,9 @@
# inherit (pkgs) system; # inherit (pkgs) system;
# }).fwupd; # }).fwupd;
nixpkgs.config.chromium.commandLineArgs = "--ozone-platform=wayland";
environment.sessionVariables.NIXOS_OZONE_WL = "1";
# This value determines the NixOS release from which the default # This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions # settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave # on your system were taken. Its perfectly fine and recommended to leave