From 9509a2ab472a908fe266e3ac47f614ee98307759 Mon Sep 17 00:00:00 2001 From: sdelrio Date: Tue, 13 Feb 2024 21:15:34 +0100 Subject: [PATCH] fix: typo in modularize-the-configuration --- docs/nixos-with-flakes/modularize-the-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/nixos-with-flakes/modularize-the-configuration.md b/docs/nixos-with-flakes/modularize-the-configuration.md index 11073db..2c6faf1 100644 --- a/docs/nixos-with-flakes/modularize-the-configuration.md +++ b/docs/nixos-with-flakes/modularize-the-configuration.md @@ -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, ...}: {