From 26ef779369810650c0a0622b1033fcff396de9dd Mon Sep 17 00:00:00 2001 From: Reinout Meliesie Date: Fri, 15 May 2026 17:04:43 +0200 Subject: [PATCH] Reference NixOS system config directly in readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 2980bb5..7d2451c 100644 --- a/readme.md +++ b/readme.md @@ -21,7 +21,7 @@ A packaged assortment of helpers for Arch Linux and NixOS. `/nixos-module.nix` -- NixOS module providing additional features for the package in question, such as for example systemd units. +- NixOS module providing additional features for the package in question, such as extending the system configuration. Can be imported directly, but is also imported by the top-level module. Not present for all packages.