mirror of
https://github.com/ryan4yin/nixos-and-flakes-book.git
synced 2025-03-13 23:58:51 +01:00
fix: fix typo
This commit is contained in:
parent
85618625c1
commit
388f01dcd5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user