mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:53:55 -05:00
lavaridge: force chromium and electron apps to use wayland
This commit is contained in:
parent
bb7c6c587d
commit
1d03645008
|
@ -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. It‘s perfectly fine and recommended to leave
|
# on your system were taken. It‘s perfectly fine and recommended to leave
|
||||||
|
|
Loading…
Reference in a new issue