Skip to content

Commit

Permalink
feat(README)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikreinert committed Nov 30, 2023
1 parent a3eb167 commit f2d5edc
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down Expand Up @@ -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`

0 comments on commit f2d5edc

Please sign in to comment.