From f2d5edce666ed7d0741b06e013345cd695420287 Mon Sep 17 00:00:00 2001 From: Erik Reinert <4638629+erikreinert@users.noreply.github.com> Date: Wed, 29 Nov 2023 18:34:02 -0800 Subject: [PATCH] feat(README) --- README.md | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/README.md b/README.md index 4188469..595e9aa 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ Be sure to explore the files below to get started customizing: - `module/configuration.nix` for `Nix` related settings - `module/home-manager.nix` for `Home Manager` related settings -### Setup NixOS +## Setup NixOS 1. Install NixOS using the [latest ISO image](https://nixos.org/download#nixos-iso). @@ -142,26 +142,3 @@ Be sure to explore the files below to get started customizing: - `system/nixos.nix` for `NixOS` system related settings - `module/configuration.nix` for more `NixOS` system related settings - `module/home-manager.nix` for `Home Manager` related settings - -## Personalizing Your Environment - -You can further tailor your Nix environment through configurations. - -### Darwin - -- `nix-darwin` system options exist in `./system/darwin.nix` -- `home-manager` system options exist in `./system/darwin.nix` - -### NixOS - -> **Important** -> The default user password can be found and updated in `./system/nixos.nix`. - -- `nixos` system hardware options exist in `./system/nixos-hardware-configuration.nix` -- `nixos` system options exist in `./system/nixos.nix` -- `home-manager` system options exist in `./module/home-manager.nix` - -### Shared - -- `nix` system options exist in `./module/configuration.nix` -- `home-manager` user options exist in `./module/home-manager.nix`