nixos/modules/virtualisation/waydroid.nix

3 lines
115 B
Nix
Raw Normal View History

2023-06-25 19:28:45 +08:00
# sudo waydroid shell wm set-fix-to-user-rotation enabled
2023-06-10 02:47:59 +08:00
{ config.virtualisation = { waydroid.enable = true; }; }