From 921233c1091c087b8437caf7194ea512f1b5a1f9 Mon Sep 17 00:00:00 2001 From: iFargle Date: Sun, 7 Jan 2024 22:37:56 +0900 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 671a94c5..26a4c250 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ nix develop -c /etc/nixos/git/docs/setup.sh | Name | Description | Build Commands | | ----------------- | ----------------------------------------------- | -------------------------------------------------- | | nixos-iso-console | Console ISO image of this flake for installing | `nix build .#imageConfigurations.nixos-iso-desktop`| -| nixos-iso-desktop | Desktop 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-console`| | 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` |