diff --git a/hosts/bjarte/configuration.nix b/hosts/bjarte/configuration.nix index 55be4b9..9c8a4c5 100644 --- a/hosts/bjarte/configuration.nix +++ b/hosts/bjarte/configuration.nix @@ -33,6 +33,7 @@ #../../profiles/desktop/xboxdrv.nix # TODO: try out ../../profiles/desktop/lutris.nix ../../profiles/desktop/flatpak.nix + ../../profiles/desktop/waydroid.nix ../../profiles/remote-builders.nix #../../profiles/autossh-reverse-tunnels diff --git a/profiles/desktop/waydroid.nix b/profiles/desktop/waydroid.nix new file mode 100644 index 0000000..abc9169 --- /dev/null +++ b/profiles/desktop/waydroid.nix @@ -0,0 +1,3 @@ +{ + virtualisation.waydroid.enable = true; +}