ahoneybun.net/content/projects/data.toml
Aaron Honeycutt 7f68411b78
Update data.toml
add honeyfetch
2025-06-19 14:17:02 -06:00

31 lines
871 B
TOML

[[project]]
name = "Honeyfetch"
desc = ""
tags = [ "rust", "fetcher" ]
link = [
{ name = "GitLab", url = "https://gitlab.com/ahoneybun/honeyfetch" }
]
[[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/" }
]