From 9769c79fbdc37fa5845ee4b3b797a2cf4550b12d Mon Sep 17 00:00:00 2001 From: Seven Of Aces Date: Sun, 4 Aug 2024 08:27:05 -0700 Subject: [PATCH] update readme --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index da9c2c7..5223a72 100644 --- a/README.md +++ b/README.md @@ -26,4 +26,22 @@ sudo nixos-generate-config cp /etc/nixos/hardware-configuration.nix ./nixos/hardware-configuration.nix ``` -TODO: Add more. \ No newline at end of file +TODO: Add more. + +4. *Change settings across `nixos/configuration.nix`, `shared_config.nix`, `home.nix` and `shared_home.nix` to your preferences* (Username, etc) + +5. Test it out +> NixOS +> ```bash +> sudo nixos-rebuild test --flake .#[hostname] +> ``` +> Home +> ```bash +> home-manager switch +> ``` +Default hostnames are `blackstar` (desktop) and `rogue` (laptop) + +6. Set as default +```bash +sudo nixos-rebuild switch --flake .#[hostname] +``` \ No newline at end of file