feat: use Wayland for Chromium & Electron

This commit is contained in:
Felix Schröter 2023-04-15 00:46:02 +02:00
parent 371c136b38
commit 8506a9b29b
Signed by: felschr
GPG key ID: 671E39E6744C807D
2 changed files with 4 additions and 14 deletions

View file

@ -2,4 +2,6 @@
{
environment.systemPackages = with pkgs; [ wl-clipboard ];
environment.sessionVariables.NIXOS_OZONE_WL = "1";
}