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; [ packages = with pkgs; [
bottles bottles
ferdium ferdium
android-tools
vesktop vesktop
i3
wine64 wine64
delfin delfin
docker docker
@@ -59,6 +59,13 @@
]; ];
}; };
services.wivrn = {
enable = true;
package = pkgs.unstable.wivrn;
openFirewall = true;
defaultRuntime = true;
};
virtualisation.docker = { virtualisation.docker = {
enable = true; enable = true;
}; };