From 387a11dfba387f5249996af2bc90749cab22c714 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Wed, 29 Jan 2025 00:06:46 -0500 Subject: [PATCH] waydroid --- nixos/machines/crash/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nixos/machines/crash/configuration.nix b/nixos/machines/crash/configuration.nix index d31548e..2da5e5c 100644 --- a/nixos/machines/crash/configuration.nix +++ b/nixos/machines/crash/configuration.nix @@ -157,6 +157,7 @@ dconf-editor iptsd surface-control + wl-clipboard ]; # Setup iptsd for touch and stylus support @@ -168,6 +169,9 @@ }; }; + # Since this _is_ a tablet, waydroid time + virtualisation.waydroid.enable = true; + # And thermald services.thermald = { enable = true;