VR Updates
This commit is contained in:
@ -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
|
||||
];
|
||||
|
||||
|
||||
|
||||
@ -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:
|
||||
|
||||
1
home.nix
1
home.nix
@ -27,6 +27,7 @@
|
||||
vesktop
|
||||
moonlight-qt
|
||||
starship
|
||||
vrcx
|
||||
#inputs.ragenix.packges.${system}.default
|
||||
# htop
|
||||
#inputs.baballonia.${system}.default
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user