This commit is contained in:
lsoriano-mcm
2025-07-05 14:07:54 -05:00
parent 481fb8c6c4
commit 6f3c0e8f6c
+3 -3
View File
@@ -4,8 +4,8 @@ A rewrite of the original Sakamoto NixOS configuration.
## Getting Started ## Getting Started
| Hosts | Description | | Hosts | Description |
|----------|--------------| |----------|--------------|
| hakase | gaming desktop | | hakase | gaming desktop (linux) |
| macos | darwin | | macos | compatible with the M series |
**Note: Replace `${Hosts}` with one of the options from the table above.** **Note: Replace `${Hosts}` with one of the options from the table above.**
### Linux Installation ### Linux Installation
@@ -26,7 +26,7 @@ A rewrite of the original Sakamoto NixOS configuration.
``` ```
6. Install unstable channel (fixes `pkgs.fish` misconfiguration). 6. Install unstable channel (fixes `pkgs.fish` misconfiguration).
```sh ```sh
nix-channel --add https://nixos.org/channels/nixos-unstable nixos nix-channel --update $ nix-channel --add https://nixos.org/channels/nixos-unstable nixos nix-channel --update
``` ```
### MacOS (Darwin) Installation ### MacOS (Darwin) Installation
1. Install [Nix](https://nixos.org). 1. Install [Nix](https://nixos.org).