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;