flakes/README.md

32 lines
988 B
Markdown
Raw Permalink Normal View History

2021-11-19 15:07:09 +07:00
# flakes
My NixOS config!
![Desktop](.github/screenshots/desktop.png?raw=true)
![Neovim](.github/screenshots/neovim.png?raw=true)
## Usage
I recommend more that you only simply look at the modules as inspiration for your own config. Some of them
may or may not work on your machine if copied directly (but theoretically they should).
But if you insist, just copy-paste one of the hosts in `hosts/`, one of the users in `users/`, and modify them
to your liking. Open up `flake.nix`, add your new host config at the bottom, and then build it!
2022-02-02 18:11:17 +07:00
## Hosts
| Name | Description |
| ------- | ----------- |
2024-07-08 18:26:00 +10:00
| hyacinth | Main Desktop PC |
| anemone | Main Laptop |
2022-02-02 18:11:17 +07:00
| caramel | Raspberry Pi 400, stateless |
2024-07-08 18:26:00 +10:00
| dandelion | ARM OCI VPS, stateless |
2022-02-02 18:11:17 +07:00
## Users
| Name | Description |
| ---- | ----------- |
2024-07-08 18:26:00 +10:00
| rin | Main user for general usage |
2022-02-02 18:11:17 +07:00
| hana | Lightweight user intended for inspecting stateless hosts |
2021-11-19 15:07:09 +07:00
## License
2024-07-08 18:26:00 +10:00
Licensed under CC0
2021-11-19 15:07:09 +07:00
Credit is appreciated but not necessary