From adae72c6f9ff6799e33ffa76aa01fd4b7962a3e6 Mon Sep 17 00:00:00 2001 From: pager Date: Tue, 14 Apr 2026 00:26:05 -0400 Subject: [PATCH] VR Updates --- configuration.nix | 15 ++++++++++++--- flake.nix | 2 -- home.nix | 1 + vr-overlay.nix | 10 +++++----- 4 files changed, 18 insertions(+), 10 deletions(-) diff --git a/configuration.nix b/configuration.nix index 915f34d..3f8d85a 100644 --- a/configuration.nix +++ b/configuration.nix @@ -36,10 +36,17 @@ hash = "sha256-Y3a0+x2xvHsfLax/uwycdJf3xLxvVfkfDVqjkxNaYEo="; }; } - ]; + + { + name = "bsb-dsd-fix"; + patch = (builtins.fetchurl { + url = "https://raw.githubusercontent.com/raika-xino/amd-bsb-dsc-fix/refs/heads/main/amd-bsb-dsc-fix.patch"; + sha256 = "sha256-wimJRBSIxNegJ/SrLASb6DikPKrD8iq9mHwL73GMVDg="; + });} + ]; fileSystems."/media" = { - device = "10.0.37.142:/zfs/b"; + device = "10.0.37.142:/bank"; fsType = "nfs"; }; @@ -123,10 +130,12 @@ mpv vlc wlx-overlay-s + wayvr protonup-ng vivaldi chromium appimage-run + bs-manager # thunderbird ]; @@ -174,8 +183,8 @@ zenity htop usbutils - # lemonake.packages.${pkgs.system}.wayvr-dashboard-git monado + # lemonake.packages.${pkgs.system}.wayvr-dashboard-git ]; diff --git a/flake.nix b/flake.nix index 53a7430..bb7c9b2 100644 --- a/flake.nix +++ b/flake.nix @@ -41,8 +41,6 @@ # }; # lemonake.url = "github:passivelemon/lemonake"; - - # wayvr-dashbourd.url = "github:PassiveLemon/lemonake/master/pkgs/wayvr-dashboard" }; outputs = { self, nixpkgs, lix-module, ragenix, home-manager, ...}@inputs: diff --git a/home.nix b/home.nix index 7369b38..035310c 100644 --- a/home.nix +++ b/home.nix @@ -27,6 +27,7 @@ vesktop moonlight-qt starship + vrcx #inputs.ragenix.packges.${system}.default # htop #inputs.baballonia.${system}.default diff --git a/vr-overlay.nix b/vr-overlay.nix index 9596388..c23a4f8 100644 --- a/vr-overlay.nix +++ b/vr-overlay.nix @@ -7,12 +7,12 @@ src = final.fetchFromGitHub { owner = "ImSapphire"; repo = "xrizer"; - rev = "0660170c3fcff27035a44052ab593c5e96208341"; - hash = "sha256-D9jLaxWNce8XHfYePyOF2HEmJuDMKhuty+VO0CP8I38="; + rev = "f65c872ef9f8108b2d8a28274dcc79b87f5490ec"; + hash = "sha256-CjSJjKt2GD4us5CIcJpqfI/2cxVPQ26T1yzQwC2xwGk="; }; cargoDeps = prev.rustPackages.rustPlatform.fetchCargoVendor { inherit src; - hash = "sha256-tLPwiwKkEBdsRxXgdcTM9TLJeNRZV32W11qUbyCVdHw="; + hash = "sha256-orfK5pwWv91hA7Ra3Kk+isFTR+qMHSZ0EYZTVbf0fO0="; }; patches = []; }); @@ -22,8 +22,8 @@ domain = "gitlab.freedesktop.org"; owner = "monado"; repo = "monado"; - rev = "2ebbca83e896e0802185277ce0a0a463db7a7892"; - hash = "sha256-JjlKHXd1SD9M8OpgFERZCvAhM0eMxjME96YU38DlKNw="; + rev = "287ec53a4b79a0657f77bc0c8653fc9ebcd5cfdf"; + hash = "sha256-ZowjyNq2vzrD/yHd5Pr1XmxJP0Wek6Jnt1gaRtkm/Uo="; }; patches = [ ./0001-ipc-shutdown-ipc-server-on-SIGTERM.patch