feat: remove waydroid while touch inputs sucks on hyprlans

This commit is contained in:
matt1432 2023-09-07 22:47:49 -04:00
parent 50278032f5
commit 087901b2d6

View file

@ -36,8 +36,8 @@
hardware.opengl.driSupport32Bit = true; hardware.opengl.driSupport32Bit = true;
hardware.uinput.enable = true; hardware.uinput.enable = true;
virtualisation = { #virtualisation = {
waydroid.enable = true; #waydroid.enable = true;
lxd.enable = true; #lxd.enable = true;
}; #};
} }