added vr stuff
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user