From bba0344d67eae6c6f79a736d8b4f073e07c2c891 Mon Sep 17 00:00:00 2001 From: zackartz Date: Sat, 2 Mar 2024 00:07:41 -0500 Subject: [PATCH] 124 current 2024-03-02 00:07:36 24.05.20240229.1536926 6.6.18 * --- hosts/earth/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) 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;