Skip to content

Commit 78ef8ae

Browse files
committed
README: Install: setup-nixos.sh before setup-home-manager.sh
1 parent 65cec0b commit 78ef8ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ Check out this repository to your Lima host. The following commands can be used
2020

2121
```
2222
limactl start --vm-type qemu --name=nixsample --tty=false --set '.user.name = "lima"' nixos.yaml
23-
./setup-home-manager.sh nixsample lima
2423
./setup-nixos.sh nixsample lima nixsample-aarch64
24+
./setup-home-manager.sh nixsample lima
2525
```
2626

2727
If you create a fork or copy of this repo, or use your own Home Manager flake, you would likely use the same username as you use on the host system, so in that case the commands would be simpler:
2828

2929
```
3030
limactl start --vm-type qemu --name=nixsample --tty=false nixos.yaml
31-
./setup-home-manager.sh nixsample $USER
3231
./setup-nixos.sh nixsample $USER nixsample-aarch64
32+
./setup-home-manager.sh nixsample $USER
3333
```
3434
You can then log in to your NixOS guest VM using:
3535

0 commit comments

Comments
 (0)