From 3ea49477094e26f751eef2cc09d345e8c84445ac Mon Sep 17 00:00:00 2001 From: ShalokShalom Date: Thu, 2 Jan 2025 14:45:11 +0100 Subject: [PATCH 1/2] Update README.md Clearify wording and grammar --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 79d05b4..38a97a7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # NixGL -NixGL solve the "OpenGL" problem with [nix](https://nixos.org/nix/). It works with all mesa drivers (Intel cards and "free" version for Nvidia or AMD cards), Nvidia proprietary drivers, and even with hybrid configuration via bumblebee. It works for Vulkan programs too. +NixGL solves the "OpenGL" problem with [Nix](https://nixos.org/nix/) and [Lix](https://lix.systems/) on non-NixOS systems. + +It works with all mesa drivers (open source drivers for Intel, AMD, and NVidia chips), Nvidia proprietary drivers, and also with hybrid configurations via bumblebee. It does work also for Vulkan applications. # Motivation From 0028b47d6c70b1eeacde2c21ea44f42bd499ac81 Mon Sep 17 00:00:00 2001 From: ShalokShalom Date: Sat, 18 Jan 2025 10:21:42 +0100 Subject: [PATCH 2/2] Update README.md update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38a97a7..6af2fad 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ NixGL solves the "OpenGL" problem with [Nix](https://nixos.org/nix/) and [Lix](https://lix.systems/) on non-NixOS systems. -It works with all mesa drivers (open source drivers for Intel, AMD, and NVidia chips), Nvidia proprietary drivers, and also with hybrid configurations via bumblebee. It does work also for Vulkan applications. +It works with all Mesa drivers (open-source drivers for Intel, AMD, and Nvidia chips), Nvidia proprietary drivers, Vulkan applications, and also with hybrid configurations via Bumblebee. It does work also for Vulkan applications. # Motivation