From b0ae3058450398c6d33201958d539cb10637ae35 Mon Sep 17 00:00:00 2001 From: electria Date: Sat, 27 Jun 2026 23:09:16 -0700 Subject: [PATCH] docs: use cleaner way of adding module --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f383926..186bddf 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Or, add it as a flake input. ./configuration.nix ./hardware-configuration.nix - "${inputs.nixowos}/default.nix" + inputs.nixowos.outPath { nixowos = { defaults.enable = true;