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