1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00

nixgl: add module

This module enables wrapping programs which require access to libGL
with nixGL on non-NixOS systems.
This commit is contained in:
Mel Bourgeois 2024-04-29 19:37:24 -05:00 committed by Robert Helgesson
parent 82378b3f7f
commit 446293584f
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED
3 changed files with 77 additions and 0 deletions

View file

@ -31,6 +31,7 @@ let
./misc/gtk.nix
./misc/lib.nix
./misc/news.nix
./misc/nixgl.nix
./misc/numlock.nix
./misc/pam.nix
./misc/qt.nix