mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:53:55 -05:00
lavaridge: disabled wayland for chromium apps
This commit is contained in:
parent
d8d23219ff
commit
8b28034d9a
|
@ -32,8 +32,8 @@
|
||||||
# inherit (pkgs) system;
|
# inherit (pkgs) system;
|
||||||
# }).fwupd;
|
# }).fwupd;
|
||||||
|
|
||||||
nixpkgs.config.chromium.commandLineArgs = "--ozone-platform=wayland";
|
# nixpkgs.config.chromium.commandLineArgs = "--ozone-platform=wayland";
|
||||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
# 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
|
||||||
|
|
Loading…
Reference in a new issue