feat: add alvr
This commit is contained in:
parent
94e6161c6a
commit
3cb010b3d6
2 changed files with 7 additions and 0 deletions
|
@ -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
6
configs/hardware/vr.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
programs.alvr = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue