nixdots/README.md

29 lines
1.1 KiB
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-06-23 22:29:42 +00:00
- <https://github.com/spikespaz/dotfiles>
2024-04-05 00:13:13 +00:00
- <https://git.jacekpoz.pl/jacekpoz/niksos>
2024-06-27 22:32:49 +00:00
- <https://github.com/roastedcheese/nicks>
- <https://github.com/fufexan/dotfiles>
- <https://git.outfoxxed.me/outfoxxed/nixnew>
- <https://github.com/ErrorNoInternet/configuration.nix>
- <https://github.com/sioodmy/dotfiles>
- <https://github.com/n3oney/nixus>
- <https://codeberg.org/adamcstephens/dotfiles>
- <https://github.com/PerchunPak/nixos-dotfiles>