diff --git a/system/vr.nix b/system/vr.nix index 83f3524..7a15fa7 100644 --- a/system/vr.nix +++ b/system/vr.nix @@ -42,7 +42,7 @@ } ]; - application = [ pkgs.wlx-overlay-s ]; + application = [ pkgs.wayvr ]; }; }; };