workstation: add waydroid
This commit is contained in:
parent
11bd9a3671
commit
8e217a3768
2 changed files with 8 additions and 0 deletions
|
|
@ -3,5 +3,6 @@
|
||||||
./1password.nix
|
./1password.nix
|
||||||
./dconf.nix
|
./dconf.nix
|
||||||
./kdeconnect.nix
|
./kdeconnect.nix
|
||||||
|
./waydroid.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
7
modules/nixos/workstation/programs/waydroid.nix
Normal file
7
modules/nixos/workstation/programs/waydroid.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
virtualisation = {
|
||||||
|
waydroid = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue