Disabled wayland-overlay
This commit is contained in:
parent
264b1d0ac4
commit
5ec83521ea
9 changed files with 199 additions and 86 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
# programs.adb.enable = !pkgs.stdenv.hostPlatform.isAarch64;
|
||||
programs.adb.enable = !pkgs.stdenv.hostPlatform.isAarch64;
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue