From 792d6b08729e0f83184a5f92f6d9adf66b381cc0 Mon Sep 17 00:00:00 2001 From: Blake Date: Sat, 27 Apr 2024 18:43:37 +1000 Subject: [PATCH] added start curly bracket the example didn't work because it was missing the beginning of the curly bracket --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b337ee..6f62528 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ The NixOS module has some niceties, like an alternative to `nix.gc.automatic` wh ```nix { config, pkgs, ... }: +{ programs.nh = { enable = true; clean.enable = true;