From cff03db1aa754615be20f5e60dcb49c3c491dc40 Mon Sep 17 00:00:00 2001 From: BuyMyMojo Date: Fri, 4 Apr 2025 00:54:33 +1100 Subject: [PATCH] enable alvr on main config --- nixos/hosts/nixos/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/hosts/nixos/configuration.nix b/nixos/hosts/nixos/configuration.nix index a89322b..3b7e3e1 100644 --- a/nixos/hosts/nixos/configuration.nix +++ b/nixos/hosts/nixos/configuration.nix @@ -158,6 +158,8 @@ programs.gamescope.enable = true; programs.gamemode.enable = true; + programs.alvr.enable = true; + programs.noisetorch.enable = true; # Allow unfree packages