diff --git a/hosts/earth/configuration.nix b/hosts/earth/configuration.nix index 11f71d1..0ff9f6e 100644 --- a/hosts/earth/configuration.nix +++ b/hosts/earth/configuration.nix @@ -43,6 +43,10 @@ remotePlay.openFirewall = true; }; + environment.systemPackages = with pkgs; [ + alvr + ]; + hardware.nvidia = { # Modesetting is required. modesetting.enable = true;