ahoneybun.net/content/projects/data.toml

23 lines
687 B
TOML

[[project]]
name = "Nyxi Installer"
desc = "a fast installer for my personal NixOS setup."
tags = [ "nixos", "installer" ]
links = [
{ name = "Gitlab", url = "https://gitlab.com/ahoneybun/nyxi-installer" }
]
[[project]]
name = "My nix files for NixOS"
desc = "including hosts like servers and homelab"
tags = [ "nixos", "nixos-configs" ]
links = [
{ name = "Gitlab", url = "https://gitlab.com/ahoneybun/nix-configs" }
]
[[project]]
name = "Random CAD files"
desc = "things that I have made in FreeCAD"
tags = [ "cad" ]
links = [
{ name = "Github", url = "https://github.com/ahoneybun/Random-CAD/" }
]