From a707f97bc3789c4e0d5ab9296701d6891892f148 Mon Sep 17 00:00:00 2001 From: voidarclabs Date: Sat, 17 Jan 2026 22:55:53 +0000 Subject: [PATCH] added vr stuff --- configs/configuration-pc.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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; };