nixGL icon indicating copy to clipboard operation
nixGL copied to clipboard

A wrapper tool for nix OpenGL application [maintainer=@guibou]

Results 65 nixGL issues
Sort by recently updated
recently updated
newest added

I want to patch all my applications that require OpenGL to automatically start within the NixGL wrapper. I think that applying it should be as easy as providing a list...

I am running home-manager with `nixGL` wrappers (as described in #114) on my Pop_OS setup (its running on an Nvidia based laptop). One odd behavior that i have noticed is...

When I upgraded my nixpkgs to nixos-23.11, I received the following error: ``` error: attribute 'vaapiIntel' missing ``` This error is actually already fixed, but after some research I found...

This can be used to generate wrappers purely and programmatically inside of flakes. There's a script I used to generate the version/hash pairs in the list, see the included readme...

It seems like 32 bit enabled pulls over another set of llvm-lib >=450MB mesa-drivers >=150MB intel-media-driver >=90MB and few minor stuffs, I would like to disable it so that since...

Hi, i have an old machine that runs on nvidia 340, i saw it has to be on backport/noGLVND branch. I cant access as a flake, how could i keep...

It would be super handy to be able to "install" nixGL into a shell session such that I don't have to worry about wrapping each command in `nixGL foo ...`....

I'm using `nixpkgs=flake:github:NixOS/nixpkgs/nixos-23.11` and am experiencing the following error when following the installation instructions: ``` ubuntu@ip-172-31-37-110:~$ nix-channel --add https://github.com/guibou/nixGL/archive/main.tar.gz nixgl && nix-channel --update this derivation will be built: /nix/store/xp62806xpgj85gr6b7c2qyzk43wk5dj7-nixgl.drv building...

Hi, I have been using this program to get steam installed on my distro without Flatpak and without the hassle of 32-bit dependencies globally installed. It works great, but I...

When running kitty such as `nix run github:guibou/nixGL#nixGLIntel -- kitty`, it causes all programs run inside it to also get the nixGL treatment. This causes issues with system tooling such...