fix: waydroid

This commit is contained in:
Ryan Yin
2024-08-26 22:36:02 +08:00
parent 11af465bd1
commit 30a288bdb3
5 changed files with 63 additions and 8 deletions
+11
View File
@@ -0,0 +1,11 @@
{
pkgs,
lib,
...
}: {
boot.loader.timeout = lib.mkForce 10; # wait for x seconds to select the boot entry
environment.systemPackages = with pkgs; [
wl-clipboard
];
}