Compare commits

..

2 Commits

Author SHA1 Message Date
81a67972a4 Remove laptop from config 2026-04-14 00:26:26 -04:00
adae72c6f9 VR Updates 2026-04-14 00:26:05 -04:00
4 changed files with 18 additions and 32 deletions

View File

@ -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
];

View File

@ -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:
@ -81,28 +79,6 @@
}
];
};
homeConfigurations."abby@copper" =
let
system = "aarch64-linux";
pkgs = import nixpkgs {
system = system;
overlays = [ inputs.nixgl.overlay ];
};
in
home-manager.lib.homeManagerConfiguration {
inherit pkgs;
modules = [
lix-module.nixosModules.default
ragenix.homeManagerModules.default
./home.nix
];
extraSpecialArgs = {
inherit system;
username = "abby";
inherit inputs;
use_syncthing = false;
};
};
homeConfigurations."pager@nicrosil" =
let
system = "x86_64-linux";

View File

@ -27,6 +27,7 @@
vesktop
moonlight-qt
starship
vrcx
#inputs.ragenix.packges.${system}.default
# htop
#inputs.baballonia.${system}.default

View File

@ -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