puter/README.md
2024-02-04 21:51:11 +01:00

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
```