mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-04-07 13:37:08 +02:00
hostconfig/minus: Add waydroid
This commit is contained in:
parent
f0a90c67c0
commit
4665fea4c4
1 changed files with 5 additions and 0 deletions
|
|
@ -125,6 +125,11 @@ in
|
|||
))
|
||||
];
|
||||
|
||||
virtualisation.waydroid = {
|
||||
enable = true;
|
||||
package = pkgs.waydroid-nftables;
|
||||
};
|
||||
|
||||
services.xserver.enable = true;
|
||||
services.xserver.displayManager.gdm = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue