Added waydroid
This commit is contained in:
@@ -20,6 +20,7 @@ in {
|
|||||||
../../modules/virtualization.nix
|
../../modules/virtualization.nix
|
||||||
../../modules/harden.nix
|
../../modules/harden.nix
|
||||||
../../modules/kde.nix
|
../../modules/kde.nix
|
||||||
|
../../modules/waydroid.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Set networking
|
# Set networking
|
||||||
|
|||||||
5
modules/waydroid.nix
Normal file
5
modules/waydroid.nix
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{pkgs, ...}: {
|
||||||
|
virtualisation.waydroid.enable = true;
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [wl-clipboard];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user