Merge pull request #85 from sdelrio/fix-modularize-the-configuration-typo

fix: typo in modularize-the-configuration
This commit is contained in:
Ryan Yin 2024-02-14 08:50:38 +08:00 committed by GitHub
commit 5a8dcb5dc2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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, ...}: {