12 lines
229 B
Markdown
12 lines
229 B
Markdown
|
# ✨ puter ✨
|
||
|
|
||
|
This is my NixOS configuration. There are many like it, but this one is mine.
|
||
|
|
||
|
## Partitioning
|
||
|
|
||
|
```bash
|
||
|
curl -O https://raw.githubusercontent.com/lukaswrz/puter/main/part
|
||
|
chmod +x part
|
||
|
./part /path/to/device
|
||
|
```
|