Skip to content

Commit

Permalink
fix: fix typo (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtgoitia committed Apr 12, 2024
1 parent 8561862 commit a959ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/nixos-with-flakes/modularize-the-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Nix modules defined in different `.nix` files. Lets look at an example module
}
```

This modules loads two other modules in the imports section, namely `special-fonts-1.nix`
This module loads two other modules in the imports section, namely `special-fonts-1.nix`
and `special-fonts-2.nix`. Both files are modules themselves and look similar to this.

```nix
Expand Down

0 comments on commit a959ba3

Please sign in to comment.