diff --git a/configs/configuration-pc.nix b/configs/configuration-pc.nix index c709980..7311ad3 100644 --- a/configs/configuration-pc.nix +++ b/configs/configuration-pc.nix @@ -49,8 +49,8 @@ packages = with pkgs; [ bottles ferdium + android-tools vesktop - i3 wine64 delfin docker @@ -59,6 +59,13 @@ ]; }; + services.wivrn = { + enable = true; + package = pkgs.unstable.wivrn; + openFirewall = true; + defaultRuntime = true; + }; + virtualisation.docker = { enable = true; };