From 89dd6761d13fad8f81dc1d888275dad52cda5b72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Fri, 10 Oct 2025 19:04:54 +0200 Subject: [PATCH] gunter: re-enable alvr --- hosts/gunter/alvr.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }