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;
}