nixdots/README.md

20 lines
774 B
Markdown
Raw Permalink Normal View History

2024-03-21 20:47:25 +00:00
# NixDots
My NixOS and home-manager flake
## Structure
2024-04-08 02:30:24 +00:00
- [`docs`](./docs): Directory with various documents explaining the installation process, or other relevant topics.
2024-03-21 20:47:25 +00:00
- [`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:
2024-04-18 20:06:15 +00:00
- <https://git.notashelf.dev/NotAShelf/nyx> (major inspiration)
2024-04-05 00:13:13 +00:00
- <https://git.jacekpoz.pl/jacekpoz/niksos>