From d1192c280d1a423b75d207adb6297d0ee2b48296 Mon Sep 17 00:00:00 2001 From: Marce Coll Date: Wed, 21 Aug 2024 11:14:43 +0200 Subject: [PATCH] Fix(#1): Readme error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 995ef03..13beef4 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ inputs = { Then in the `configuration.nix` in the `environment.systemPackages` add ```nix -inputs.zen-browser."${system}".default +inputs.zen-browser.packages."${system}".default ``` ```shell