This commit is contained in:
lsoriano-mcm
2025-07-05 16:12:54 -05:00
parent 6f3c0e8f6c
commit 4f3fe9be8b
+9 -4
View File
@@ -1,19 +1,24 @@
# NixOS Sakamoto
# Nix Sakamoto
A rewrite of the original Sakamoto NixOS configuration.
## Getting Started
## Installation
Installing Sakamoto Nix configuration may vary on your current operating system.
| Hosts | Description |
|----------|--------------|
| hakase | gaming desktop (linux) |
| macos | compatible with the M series |
| sakamoto | \[unavailable] server that uses containers (linux) |
| nano | \[unavailable] windows configuration |
| macos | macos configuration |
**Note: Replace `${Hosts}` with one of the options from the table above.**
### Linux Installation
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
$ git clone https://git.sakamoto.dev/kenji/nixos.git ~/.config/nixos
```
3. Create a hardware-configuration.conf
```sh