nixdots/README.md

19 lines
639 B
Markdown
Raw Normal View History

2024-03-21 20:47:25 +00:00
# NixDots
My NixOS and home-manager flake
## Structure
- [`flake.nix`](./flake.nix): Starting point of the configuration, declaring entrypoints.
- [`system`](./system/): Basic core configurations for the system itself.
- [`home`](./home): Home-Manager configuration.
2024-03-21 20:47:25 +00:00
- [`options`](./options/): Declaration of the configurable options, that should be set by the individual machines.
- [`hosts`](./hosts): Configuration of the individual hosts/computers
## Inspiration
This configuration was massively inspired by the following amazing projects:
- <https://git.notashelf.dev/NotAShelf/nyx/>
2024-04-05 00:13:13 +00:00
- <https://git.jacekpoz.pl/jacekpoz/niksos>