Skip to content

Commit

Permalink
added start curly bracket
Browse files Browse the repository at this point in the history
the example didn't work because it was missing the beginning of the curly bracket
  • Loading branch information
kapsikkum authored Apr 27, 2024
1 parent 9589dea commit 792d6b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 792d6b0

Please sign in to comment.