lil quirks
This commit is contained in:
parent
97cb6e1ab9
commit
b17120fc86
|
@ -18,7 +18,7 @@ html {
|
|||
@apply h-full;
|
||||
}
|
||||
body {
|
||||
@apply h-[100%] flex bg-zinc-50;
|
||||
@apply min-h-[100%] flex bg-zinc-50;
|
||||
> div {
|
||||
line-height: inherit;
|
||||
> * {
|
||||
|
|
|
@ -96,7 +96,9 @@
|
|||
With <b>{DISTRO}</b> and <b>{PKGS}</b>, you can:
|
||||
<ul class="ms-2 list-disc list-inside text-lg">
|
||||
<li>configure your desktop systems to be setup <i>just</i>-right out of the box with
|
||||
<a href="https://github.com/nix-community/home-manager/" target="_blank">home-manager</a>.</li>
|
||||
<a href="https://github.com/nix-community/home-manager/?tab=readme-ov-file#home-manager-using-nix" target="_blank"
|
||||
>home-manager</a>.
|
||||
</li>
|
||||
<li>deploy clusters of systems with <a href="https://github.com/zhaofengli/colmena" target="_blank">colmena</a>,</li>
|
||||
<li>provision your cloud resources with <a href="https://terranix.org/index.html" target="_blank">terranix</a></li>
|
||||
<li>develop software in repeatable shell environments with <code>nix-shell</code>,
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
floral.systems aims to be a new backbone for the Nix ecosystem.
|
||||
</p>
|
||||
<p>
|
||||
It is registered as the Verein zur Förderung der funktionalen Paketverwaltung e.V.
|
||||
It is registered as the <i>Verein zur Förderung der funktionalen Paketverwaltung e.V</i>.
|
||||
</p>
|
||||
</div>
|
||||
<span class="text-right">
|
||||
|
|
Loading…
Reference in a new issue