first try

This commit is contained in:
2025-12-07 00:53:22 -05:00
commit e048d4d5c7
17 changed files with 455 additions and 0 deletions

6
modules/vr/default.nix Normal file
View File

@@ -0,0 +1,6 @@
{pkgs, ...}:
{
services.wivrn = {
enable = true;
};
}