62 lines
1.2 KiB
Markdown
62 lines
1.2 KiB
Markdown
# Wyrdgard
|
|
|
|
<a href="https://nixos.wiki/wiki/Flakes" target="_blank">
|
|
<img alt="Nix Flakes Ready" src="https://img.shields.io/static/v1?logo=nixos&logoColor=d8dee9&label=Nix%20Flakes&labelColor=5e81ac&message=Ready&color=d8dee9&style=for-the-badge">
|
|
</a>
|
|
<a href="https://github.com/snowfallorg/lib" target="_blank">
|
|
<img alt="Built With Snowfall" src="https://img.shields.io/static/v1?logoColor=d8dee9&label=Built%20With&labelColor=5e81ac&message=Snowfall&color=d8dee9&style=for-the-badge">
|
|
</a>
|
|
|
|
My all-inclusive nix flake to solve all my problems.
|
|
|
|
## Repository Overview
|
|
|
|
- [homes](#homes)
|
|
- [lib](#lib)
|
|
- [modules](#modules)
|
|
- [overlays](#overlays)
|
|
- [secrets](#secrets)
|
|
- [shells](#shells)
|
|
- [systems](#systems)
|
|
|
|
|
|
### homes
|
|
|
|
- user@system syntax
|
|
- home manager config possible
|
|
|
|
### lib
|
|
|
|
- extending lib
|
|
|
|
### [modules](./modules/README.md)
|
|
|
|
- nixos
|
|
- home
|
|
- darwin
|
|
|
|
### [overlays](./overlays/README.md)
|
|
|
|
- overlays provided by this flake
|
|
|
|
### secrets
|
|
|
|
- secrets used currently only one file
|
|
### [shells](./shells/README.md)
|
|
|
|
|
|
### systems
|
|
|
|
- all the systems that can be built with the flake
|
|
|
|
|
|
<br>
|
|
<br>
|
|
|
|
## inspirations and thanks
|
|
|
|
Most of this config draws inspiration from this config:
|
|
[https://github.com/jakehamilton/config](https://github.com/jakehamilton/config)
|
|
|
|
|