21 lines
825 B
HTML
21 lines
825 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title> init post | 2025-06-07 | Andromeda's Blog </title>
|
|
<link rel="stylesheet" type="text/css" href="/styles.css">
|
|
</head>
|
|
<body>
|
|
|
|
<h2><a href="/index.html">Andromeda's blog</a> | <a href="https://git.mtgmonkey.net/Andromeda">git</a> | <a href="/contact.html">contact</a></h2>
|
|
|
|
<h1>init post</h1>
|
|
|
|
<p>This is my first daily message, posted in the afternoon rather than the morning. In the future, all of these will be posted when I wake up.</p>
|
|
|
|
<p>Let's do some about me.</p>
|
|
|
|
<p>I use NixOS with limine, ly, xmonad, qutebrowser, and nvf on the day-to-day. I program in haskell, elm, nix, and rust. Functional programming for the win! My vps is also NixOS, and it's so convenient to share my home-manager config between the two!</p>
|
|
|
|
</body>
|
|
</html>
|