mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-09 22:19:42 +00:00
20 lines
755 B
Markdown
20 lines
755 B
Markdown
# NixDots
|
|
|
|
My NixOS and home-manager flake
|
|
|
|
## Structure
|
|
|
|
- [`docs`](./docs): Directory with various documents explaining the installation process, or other relevant topics.
|
|
- [`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.
|
|
- [`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/>
|
|
- <https://git.jacekpoz.pl/jacekpoz/niksos>
|