diff options
author | Alex Scerba <alex@scerba.org> | 2025-03-31 11:06:19 -0400 |
---|---|---|
committer | Alex Scerba <alex@scerba.org> | 2025-03-31 11:06:19 -0400 |
commit | 624f2451e8fea66eefed5f35a991bf2221812f1b (patch) | |
tree | 691bc38071f0124abbc8d93f4f3da13015082ee5 | |
parent | 4a9806480c40e50a0bf3dec3be68fafe622e56b4 (diff) |
Add plan 9 links
-rw-r--r-- | static/links.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/links.html b/static/links.html index d598890..51820c1 100644 --- a/static/links.html +++ b/static/links.html @@ -199,6 +199,8 @@ <li><a href="https://manjaro.org/download/i3/">Manjaro - i3</a></li>
<li><a href="https://nixos.org/">NixOS</a> - Note: also a package manager.</li>
<li><a href="https://libreelec.tv">LibreELEC</a> - Just enough OS for KODI</li>
+ <li><a href="https://9p.io/plan9/">Plan 9</a> - Bell Labs research OS</li>
+ <li><a href="https://9front.org/">9front</a> - fork of Plan 9 with some modern updates (amusing website on its own)</li>
</ul>
<h3>Dotfiles</h3>
<ul>
|