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

View file

@ -16,6 +16,7 @@ with pkgs;
./hardware/audio.nix
./hardware/bluetooth.nix
./hardware/udev.nix
./hardware/vr.nix
];
environment.systemPackages = [

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

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