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="; 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" = { fileSystems."/media" = {
device = "10.0.37.142:/zfs/b"; device = "10.0.37.142:/bank";
fsType = "nfs"; fsType = "nfs";
}; };
@ -123,10 +130,12 @@
mpv mpv
vlc vlc
wlx-overlay-s wlx-overlay-s
wayvr
protonup-ng protonup-ng
vivaldi vivaldi
chromium chromium
appimage-run appimage-run
bs-manager
# thunderbird # thunderbird
]; ];
@ -174,8 +183,8 @@
zenity zenity
htop htop
usbutils usbutils
# lemonake.packages.${pkgs.system}.wayvr-dashboard-git
monado monado
# lemonake.packages.${pkgs.system}.wayvr-dashboard-git
]; ];

View File

@ -41,8 +41,6 @@
# }; # };
# lemonake.url = "github:passivelemon/lemonake"; # lemonake.url = "github:passivelemon/lemonake";
# wayvr-dashbourd.url = "github:PassiveLemon/lemonake/master/pkgs/wayvr-dashboard"
}; };
outputs = { self, nixpkgs, lix-module, ragenix, home-manager, ...}@inputs: 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" = homeConfigurations."pager@nicrosil" =
let let
system = "x86_64-linux"; system = "x86_64-linux";

View File

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

View File

@ -7,12 +7,12 @@
src = final.fetchFromGitHub { src = final.fetchFromGitHub {
owner = "ImSapphire"; owner = "ImSapphire";
repo = "xrizer"; repo = "xrizer";
rev = "0660170c3fcff27035a44052ab593c5e96208341"; rev = "f65c872ef9f8108b2d8a28274dcc79b87f5490ec";
hash = "sha256-D9jLaxWNce8XHfYePyOF2HEmJuDMKhuty+VO0CP8I38="; hash = "sha256-CjSJjKt2GD4us5CIcJpqfI/2cxVPQ26T1yzQwC2xwGk=";
}; };
cargoDeps = prev.rustPackages.rustPlatform.fetchCargoVendor { cargoDeps = prev.rustPackages.rustPlatform.fetchCargoVendor {
inherit src; inherit src;
hash = "sha256-tLPwiwKkEBdsRxXgdcTM9TLJeNRZV32W11qUbyCVdHw="; hash = "sha256-orfK5pwWv91hA7Ra3Kk+isFTR+qMHSZ0EYZTVbf0fO0=";
}; };
patches = []; patches = [];
}); });
@ -22,8 +22,8 @@
domain = "gitlab.freedesktop.org"; domain = "gitlab.freedesktop.org";
owner = "monado"; owner = "monado";
repo = "monado"; repo = "monado";
rev = "2ebbca83e896e0802185277ce0a0a463db7a7892"; rev = "287ec53a4b79a0657f77bc0c8653fc9ebcd5cfdf";
hash = "sha256-JjlKHXd1SD9M8OpgFERZCvAhM0eMxjME96YU38DlKNw="; hash = "sha256-ZowjyNq2vzrD/yHd5Pr1XmxJP0Wek6Jnt1gaRtkm/Uo=";
}; };
patches = [ patches = [
./0001-ipc-shutdown-ipc-server-on-SIGTERM.patch ./0001-ipc-shutdown-ipc-server-on-SIGTERM.patch