diff --git a/profiles/workstation/default.nix b/profiles/workstation/default.nix index da9181f..cde60de 100644 --- a/profiles/workstation/default.nix +++ b/profiles/workstation/default.nix @@ -22,5 +22,6 @@ services.gvfs.enable = true; services.udisks2.enable = true; services.devmon.enable = true; + virtualisation.waydroid.enable = true; boot.supportedFilesystems = [ "ntfs" ]; }