feat: add alvr

This commit is contained in:
Mohammad Rafiq 2025-04-14 22:52:40 +08:00
parent 94e6161c6a
commit 3cb010b3d6
No known key found for this signature in database
2 changed files with 7 additions and 0 deletions

6
configs/hardware/vr.nix Normal file
View file

@ -0,0 +1,6 @@
{
programs.alvr = {
enable = true;
openFirewall = true;
};
}