mirror of
https://github.com/ryan4yin/nixos-and-flakes-book.git
synced 2024-11-21 23:53:12 +01:00
Merge pull request #85 from sdelrio/fix-modularize-the-configuration-typo
fix: typo in modularize-the-configuration
This commit is contained in:
commit
5a8dcb5dc2
@ -43,7 +43,7 @@ With the help of `imports`, we can split `home.nix` and `configuration.nix` into
|
||||
}
|
||||
```
|
||||
|
||||
This modules loads two other modules in the imports section, namely `special-fonts-1.nix` and `special-fonts-2.nix`. Both files are modules them self and look similar to this.
|
||||
This modules 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
|
||||
{ config, pkgs, ...}: {
|
||||
|
Loading…
Reference in New Issue
Block a user