misc: Fix typo

This commit is contained in:
Donovan Glover 2023-06-16 06:20:39 -04:00
parent 57d6e3ea14
commit 395dd8e3f3
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -17,7 +17,7 @@ My [NixOS] configuration with [Nix Flakes], [Home Manager], [Stylix], and [Hyprl
```fish
git clone https://github.com/donovanglover/nix-config && cd nix-config
nixos-rebuild buildvm --flake .#nixos
nixos-rebuild build-vm --flake .#nixos
./result/bin/run-nixos-vm
```