doc: Switch to Lix
This commit is contained in:
parent
10f8586a59
commit
d228716279
1 changed files with 7 additions and 3 deletions
10
readme.md
10
readme.md
|
@ -1,8 +1,12 @@
|
||||||
|
<!-- markdownlint-disable MD033 MD041 -->
|
||||||
<div align="center">
|
<div align="center">
|
||||||
|
<!-- markdownlint-disable-next-line MD013 -->
|
||||||
<img width="200" src="./assets/lesbian-nix.svg" alt="The Nix logo recolored with the colors of the lesbian flag.">
|
<img width="200" src="./assets/lesbian-nix.svg" alt="The Nix logo recolored with the colors of the lesbian flag.">
|
||||||
<h1>marleyOS</h1>
|
<h1>marleyOS</h1>
|
||||||
<img alt="Last Commit" src="https://img.shields.io/gitea/last-commit/punkfairie/nix?gitea_url=https%3A%2F%2Fcodewith.babesonthe.net&style=for-the-badge&logo=git&logoColor=d362a4&label=updated&color=d362a4">
|
<img alt="Last Commit" src="https://img.shields.io/gitea/last-commit/punkfairie/nix?gitea_url=https%3A%2F%2Fcodewith.babesonthe.net&style=for-the-badge&logo=git&logoColor=d362a4&label=updated&color=d362a4">
|
||||||
<img alt="Build With" src="https://img.shields.io/badge/built_with-nix-ff9a56?style=for-the-badge&logo=nixos&logoColor=ff9a56">
|
<a href="https://lix.systems/">
|
||||||
|
<img alt="Built With" src="https://img.shields.io/badge/built_with-lix-ff9a56?style=for-the-badge&logo=nixos&logoColor=ff9a56">
|
||||||
|
</a>
|
||||||
<br><br>
|
<br><br>
|
||||||
<p>My dotfiles.</p>
|
<p>My dotfiles.</p>
|
||||||
</div>
|
</div>
|
||||||
|
@ -31,8 +35,8 @@ publicly released, therefore things are likely to break.
|
||||||
option.
|
option.
|
||||||
- `modules/{home,nixos,darwin}/<category>/base`: These are not subject to the
|
- `modules/{home,nixos,darwin}/<category>/base`: These are not subject to the
|
||||||
above, they simply denote options that apply to the whole category.
|
above, they simply denote options that apply to the whole category.
|
||||||
- `overlays`
|
- `packages`
|
||||||
- `overlays/figlet`: Adding in [xero's custom fonts](https://github.com/xero/figlet-fonts/).
|
- `packages/figlet-xero-fonts`: Adding in [xero's custom fonts](https://github.com/xero/figlet-fonts/).
|
||||||
|
|
||||||
## 🫶 Credits
|
## 🫶 Credits
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue