add waydroid
This commit is contained in:
parent
ca7627163e
commit
535e5e95b1
6
profiles/applications/waydroid.nix
Normal file
6
profiles/applications/waydroid.nix
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{ pkgs, lib, config, ... }: {
|
||||||
|
config = lib.mkIf config.deviceSpecific.isGaming {
|
||||||
|
virtualisation.waydroid.enable = true;
|
||||||
|
virtualisation.lxd.enable = true;
|
||||||
|
};
|
||||||
|
}
|
@ -32,6 +32,7 @@
|
|||||||
syncthing
|
syncthing
|
||||||
vivaldi
|
vivaldi
|
||||||
vscode
|
vscode
|
||||||
|
waydroid
|
||||||
|
|
||||||
cursor
|
cursor
|
||||||
direnv
|
direnv
|
||||||
|
Loading…
x
Reference in New Issue
Block a user