--- /dev/null
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="UTF-8">
+ <title>Projects | Skullheadx</title>
+ <meta name="description" content="Projects that I've worked on.">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <link rel="stylesheet" type="text/css" href="/style.css">
+ <link rel="icon" href="/favicon.ico">
+ </head>
+ <body>
+ <div class = "content-wrapper">
+ <header class="main-head">
+ <a href="/">
+ <img src="banner.webp" class="banner" alt="Skullheadx">
+ </a>
+ </header>
+ <nav class="main-nav">
+ <div class="nav-pin">
+ <section>
+ <h2><a href="index.html">General</a></h2>
+ <ul>
+ <li><a href="index.html">Index</a></li>
+ <li><a href="about.html">About</a></li>
+ <li><a href="now.html">Now</a></li>
+ <li><a href="links.html">Links</a></li>
+ </ul>
+ </section>
+ </div>
+ <div class="nav-unpinned">
+ <section>
+ <h2><a href="blog/index.html">Blog</a></h2>
+ <ul>
+ <li><a href="tech/index.html">/tech/</a></li>
+ <li><a href="phil/index.html">/phil/</a></li>
+ <li><a href="life/index.html">/life/</a></li>
+ <li><a href="music/index.html">/music/</a></li>
+ </ul>
+ </section>
+ <section>
+ <h2><a href="projects.html">Projects</a></h2>
+ <ul>
+ <li><a href="projects/dotfiles.html">Nixos Config</a></li>
+ <li><a href="projects/suckless.html">Suckless</a></li>
+ </ul>
+ </section>
+ <section>
+ <h2><a href="mailto:skull@skullheadx.com">Contact</a></h2>
+ <a href="mailto:skull@skullheadx.com">Email</a>
+ </section>
+ </div>
+ </nav>
+ <main class="content">
+ <article>
+ <section>
+ <h2>Projects</h2>
+ <p>A list of software projects I've worked on.</p>
+ </section>
+ <section>
+ <article>
+ <h3 class="no-center"><a href="https://git.skullheadx.com/nixos/README">Nixos Configuration</a></h3>
+ <footer class="no-center"><time datetime="2026-05-07">May 7, 2026</time></footer>
+ </article>
+ </section>
+ <footer>
+ <p>Updated: <time datetime="2026-05-07">May 7, 2026</time></p>
+ </footer>
+ </main>
+ <footer class="main-footer">
+ <a href="https://skullheadx.com">https://skullheadx.com</a>
+ </footer>
+ </div>
+ </body>
+</html>