From f44e89256a983537396dc75ba841ef285f5538ac Mon Sep 17 00:00:00 2001 From: Peritia Date: Tue, 5 Aug 2025 10:05:11 +0200 Subject: [PATCH] Update README.md for Beta instructions --- README.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e28565c..6ca1201 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Some have been lightly edited. Originals were created by [aconfuseddragon](https --- -## Installation +## Installation - BETA > Requires a NixOS install. @@ -82,21 +82,25 @@ Some have been lightly edited. Originals were created by [aconfuseddragon](https cd NixOS ``` -2. **Regenerate hardware configuration**: +2. **Switch to Dev**: + + ```bash + git switch Dev + ``` + +3. **Regenerate hardware configuration**: ```bash sudo nixos-generate-config --dir Configurations/Hosts/Default ``` -3. **Build and switch to the system configuration**: +4. **Build and switch to the system configuration**: ```bash - sudo nixos-rebuild switch --flake .#default \ - --extra-experimental-features flakes \ - --extra-experimental-features pipe-operators + sudo NIX_CONFIG="experimental-features = nix-command flakes pipe-operators" nixos-rebuild switch --flake .#default ``` -4. **Apply user settings with Home Manager**: +5. **Apply user settings with Home Manager**: ```bash home-manager switch