mirror of
https://github.com/ryan4yin/nixos-and-flakes-book.git
synced 2024-11-21 23:53:12 +01:00
fix: fix typo (#147)
This commit is contained in:
parent
85618625c1
commit
a959ba388d
@ -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.
|
and `special-fonts-2.nix`. Both files are modules themselves and look similar to this.
|
||||||
|
|
||||||
```nix
|
```nix
|
||||||
|
Loading…
Reference in New Issue
Block a user