cronyakatsuki.xyz/layouts/index.html
2025-08-31 20:41:29 +02:00

44 lines
1.6 KiB
HTML

{{ define "main" }}
<p>Hi I'm Crony Akatsuki. 22 y/o linux and foss enthusiaist.</p>
<p>
Love thinkering with my system. Used to run gentoo and nix,
but back to my old love arch. Old news, using nixos again for 6 months now 08.31.2025
</p>
<p>
I love making stupid little programs (mostly in python rn), create "gui's"
with dmenu, and create a lot of bash scripts with sometimes no real use other
than learning.
</p>
<p>
I also love selfhosting a lot. This domain is also a home of a lot of other
different frontends and opensource software and games I self host which you
can check on my <a href="/services">services</a> page also accessible on the
header ;)
</p>
<p>
I use multiple vps's all named norse gods. Almost all programs are
hosted with podman (Glory to podman).
While some rare programs that don't have
an official container image are hosted directly on the system. For example some
of my personal projects like
<a href="https://upfast.cronyakatsuki.xyz">Upfast</a>
</p>
<p>
My main desktop and server os is nixos, using nixos-anywhere to install on vps's easilly.
</p>
<p>
Currently mostly playing games and working my day job (lidl), sometimes I
throw in a movie or a tv show in the mix tho.
</p>
<p>
I'm an cli only person except when browsing the web or browsing the web, in
which case I use qutebrowser/librewolf ( I love privacy )
</p>
<p>
I use neovim for all my coding/editing configs/writting for this website and
am not able to move to any other editor except it. My neovim config is very
minimal mostly only enable lsp and autocomplete.
</p>
{{ end}}