Disabled wayland-overlay

This commit is contained in:
Andrea Ciceri 2021-12-29 13:56:23 +01:00
parent 264b1d0ac4
commit 5ec83521ea
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
9 changed files with 199 additions and 86 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, ... }:
{
# programs.adb.enable = !pkgs.stdenv.hostPlatform.isAarch64;
programs.adb.enable = !pkgs.stdenv.hostPlatform.isAarch64;
}

View file

@ -8,6 +8,5 @@
MOZ_ENABLE_WAYLAND = "1";
XDG_CURRENT_DESKTOP = "sway"; # https://github.com/emersion/xdg-desktop-portal-wlr/issues/20
XDG_SESSION_TYPE = "wayland"; # https://github.com/emersion/xdg-desktop-portal-wlr/pull/11
};
}