From fc3b3753819cb00e3570d979cf6eccbecd8abbc3 Mon Sep 17 00:00:00 2001 From: Bruno Bigras Date: Tue, 7 Jan 2020 15:57:55 -0500 Subject: [PATCH] fix typos in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9fc20087..d1735fb4 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ git checkout -b $new_branch template # generate hardware config nixos-generate-config --show-hardware-config > ./hosts/${new_host}.nix -# Edit the new file, removing `not-deteced.nix` from the imports. +# Edit the new file, removing `not-detected.nix` from the imports. # In order to maintain purity flakes cannot resolve from the NIX_PATH. # You may also want to import ./hosts/NixOS.nix from here which sets up # an efi bootloader, enables Network Manager and sets an empty root password. @@ -170,7 +170,7 @@ To keep [profiles](profiles) reusable across configurations, secrets should only be imported from the `users` or [`hosts`](hosts) directory. ## Modules, Packages and Overlays -All expressions in both [modules/defualt.nix](modules/default.nix) and +All expressions in both [modules/default.nix](modules/default.nix) and [pkgs/default.nix](pkgs/default.nix) are available globally, anywhere else in the repo. They are additionally included in the `nixosModules` and `overlay` flake outputs, respectively. Packages can manually be added to [flake.nix](flake.nix)