From 9b7248fd6a80f32ef5f3a6bc2d042efaae0fa242 Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 26 Jan 2024 15:14:23 +0900 Subject: [PATCH] Update readme! --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 75abb53f..7a71b13f 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,8 @@ nix develop -c /etc/nixos/git/docs/setup.sh # Images | Name | Description | Build Commands | | ----------------- | ----------------------------------------------- | --------------------------------------------------- | -| nixos-iso-console | Console ISO image of this flake for installing | `nix build .#imageConfigurations.nixos-iso-desktop` | -| nixos-iso-desktop | Gnome ISO image of this flake for installing | `nix build .#imageConfigurations.nixos-iso-console` | +| nixos-iso-console | Console ISO image of this flake for installing | `nix build .#imageConfigurations.nixos-iso-console` | +| nixos-iso-desktop | Gnome ISO image of this flake for installing | `nix build .#imageConfigurations.nixos-iso-desktop` | | nixos-linode-img | Image of this flake for use on Linode | `nix build .#imageConfigurations.nixos-linode-img` | | nixos-rpi4-img | Image of this flake for use on Raspberry Pi 4's | `nix build .#imageConfigurations.nixos-rpi4-img` |