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
| Hosts | Description |
|----------|--------------|
| hakase | gaming desktop |
| macos | darwin |
| hakase | gaming desktop (linux) |
| macos | compatible with the M series |
**Note: Replace `${Hosts}` with one of the options from the table above.**
### Linux Installation
@@ -26,7 +26,7 @@ A rewrite of the original Sakamoto NixOS configuration.
```
6. Install unstable channel (fixes `pkgs.fish` misconfiguration).
```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
1. Install [Nix](https://nixos.org).