nix-gaming icon indicating copy to clipboard operation
nix-gaming copied to clipboard

Gaming on Nix

Results 24 nix-gaming issues
Sort by recently updated
recently updated
newest added

I'm not sure what's going on :( (installed via home-manager) ```nix {config, pkgs, inputs, ...}: { home.packages = [ pkgs.osu-lazer-bin (inputs.nix-gaming.packages.${pkgs.stdenv.hostPlatform.system}.osu-stable.override { location = "${config.xdg.dataHome}/osu-stable"; }) ]; } ``` `nixos-rebuild...

Looking at the [release notes for Wine-GE-Proton8-26](https://github.com/GloriousEggroll/wine-ge-custom/releases/tag/GE-Proton8-26) it appears as if the wine-ge builds are soon coming to an end due to work put in to UMU. Unsure what this...

Adds a **Darkest Dungeon** derivation. _([Link to the game website](https://www.darkestdungeon.com/darkest-dungeon/))._ This is related to the issue #110. While this is just a single game and not a builder I think...

Requesting that [dxvk-gplasync](https://gitlab.com/Ph42oN/dxvk-gplasync) to be added as [dxvk-async](https://github.com/Sporif/dxvk-async) has not been updated for almost a year now. Unsure if this would be blocked by #85

Hi everyone, I have a bunch of DRM-free, linux native, GoG games on my library that I've decided to package. I could have perfectly run them from lutris or other...

dxvk and vkd3d both need fetchSubmodules = true, and can't fetch source as a tar like the current npins setup requires dxvk needs the dxvk-async version to match or to...

The download link can be found [here](https://albiononline.com/download). The game already has a linux version.

I created the derivations, it's better if the additional files to be put in `valve` are instead packed into a zip file and passed via `XASH3D_EXTRAS_PAK2` env var, otherwise setup...

Issue is exactly as the title suggests. Exact package used: `faf-client-bin`. I can confirm that I have run the setup script successfully, only noting that I was unable to use...

Hey There, do u know if theres a way to enable either ntsync/fastsync in the tkg/other nix wine/proton builds? the cachyos kernel we use does support ntsync already, but havent...