From 369502757e1b87f038be03d2b01505563335ac5c Mon Sep 17 00:00:00 2001 From: Leo Date: Tue, 28 Jul 2026 02:58:09 +0300 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 480f874..55d927a 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ ## My NixOS configuration ### Running on a new machine 1. Install NixOS -2. Generate configuration files by running `nixos-create-config` +2. Generate configuration files by running `nixos-generate-config` 3. Add git to configuration.nix's environment.systemPackages 4. Add flakes support by appending `nix.settings.experimental-features = ["nix-command" "flakes"];` 5. Rebuild `nixos-rebuild switch` 6. Clone this repo to your destination of choice (I go with ~/.dotfiles for the time being) -7. Install [home-manage](https://nix-community.github.io/home-manager/) +7. Install [home-manager](https://nix-community.github.io/home-manager/) 8. Switch to the current version `nixos-rebuild switch --flake . --impure` (Impure, because we do not provide hardware configuration, since it is machine dependant) 9. Switch to the current version of home-manager `home-manager switch --flake .`