From ea18baa039018016de09bdc7ee6986ba375f1269 Mon Sep 17 00:00:00 2001 From: lsoriano-mcm Date: Sat, 5 Jul 2025 13:57:47 -0500 Subject: [PATCH] fixed formatting --- README.md | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 8309c26..f5b1c5c 100644 --- a/README.md +++ b/README.md @@ -2,23 +2,24 @@ A rewrite of the original Sakamoto NixOS configuration. ## Getting Started -| Hosts | Description | -|----------|----------| -| hakase | gaming desktop | -| macos | darwin | +| Hosts | Description | +|----------|--------------| +| hakase | gaming desktop | +| macos | darwin | ### Linux Installation -Note: Replace ${Hosts} with the following option from above. - 1. Install [Nix](https://nixos.org). - 2. Clone this directory. -```sh -$ git clone https://git.sakamoto.dev/kenji/nixos.git ~/.config/nixos -``` - 3. Create a hardware-configuration.conf -```sh -$ sudo nixos-generate-config --dir ~/.config/hosts/${Hosts} -``` - 4. Rebuild. -```sh -$ sudo nixos-rebuild switch --flake ~/.config/nixos/hosts/#${Hosts} -``` +Note: Replace `${Hosts}` with one of the options from the table above. + +1. Install [Nix](https://nixos.org). +2. Clone this directory. + ```sh + $ git clone [https://git.sakamoto.dev/kenji/nixos.git](https://git.sakamoto.dev/kenji/nixos.git) ~/.config/nixos + ``` +3. Create a hardware-configuration.conf + ```sh + $ sudo nixos-generate-config --dir ~/.config/nixos/hosts/${Hosts} + ``` +4. Rebuild. + ```sh + $ sudo nixos-rebuild switch --flake ~/.config/nixos/hosts/#${Hosts} + ```