Files
nixos/hosts/gunter/alvr.nix
Torjus Håkestad 440f324909
Some checks failed
Run nix flake check / flake-check (push) Failing after 38s
gunter: temp disable alvr
2025-09-17 19:05:13 +02:00

5 lines
102 B
Nix

{ pkgs, lib, ... }:
{
programs.alvr.enable = lib.warn "alvr disabled due to build failure" false;
}