diff --git a/hosts/gunter/alvr.nix b/hosts/gunter/alvr.nix index 0295de1..ccf8278 100644 --- a/hosts/gunter/alvr.nix +++ b/hosts/gunter/alvr.nix @@ -1,4 +1,4 @@ { pkgs, lib, ... }: { - programs.alvr.enable = lib.warn "alvr disabled due to build failure" false; + programs.alvr.enable = true; }