add alvr nixpkgs just to try and make alvr work....

This commit is contained in:
Noa Aarts 2025-12-15 23:29:55 +01:00
parent 650f817d5a
commit 48132065e1
Signed by: noa
GPG key ID: 1850932741EFF672
3 changed files with 21 additions and 0 deletions

View file

@ -5,6 +5,7 @@
{
config,
pkgs,
inputs,
...
}:
{
@ -95,6 +96,7 @@
alvr = {
enable = true;
openFirewall = true;
package = inputs.alvr-nixpkgs.legacyPackages.${pkgs.stdenv.hostPlatform.system}.alvr;
};
nix-ld = {
enable = true;