added vr stuff

This commit is contained in:
voidarclabs
2026-01-17 22:55:53 +00:00
parent 065ad7bf77
commit a707f97bc3

View File

@@ -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;
};