home: add osu-stable

This commit is contained in:
Guanran Wang 2024-01-06 06:05:04 +08:00
parent f79e3a569f
commit b8cdae6a50
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8
3 changed files with 19 additions and 2 deletions

View file

@ -1,3 +1,7 @@
{pkgs, ...}: {
home.packages = [pkgs.osu-lazer-bin];
{
pkgs,
inputs,
...
}: {
home.packages = [inputs.nix-gaming.packages.${pkgs.stdenv.hostPlatform.system}.osu-lazer-bin];
}

View file

@ -0,0 +1,12 @@
{
pkgs,
inputs,
config,
...
}: {
home.packages = [
(inputs.nix-gaming.packages.${pkgs.stdenv.hostPlatform.system}.osu-stable.override {
location = "${config.xdg.dataHome}/osu-stable";
})
];
}

View file

@ -3,6 +3,7 @@
"steam"
"prismlauncher"
"osu-lazer"
"osu-stable"
"mangohud"
"protonup-qt"
];