From 54523a62681908a77078e8b937004f337f0ec85e Mon Sep 17 00:00:00 2001 From: frosty Date: Wed, 18 Mar 2026 13:17:18 -0400 Subject: [PATCH] docs: fixed capitalisation of NixOS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d33513..512922a 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Depending on your system, you may first need to install libcurl and libxml2. # xbps-install -S libxml2-devel libcurl-devel ``` -### Nixos +### NixOS Add the flake to your inputs and import the module. That is all you need. Here's an example of using the modules in a flake: ```