Update data.toml

add honeyfetch
This commit is contained in:
Aaron Honeycutt 2025-06-19 14:17:02 -06:00 committed by GitHub
parent 1dce08eec3
commit 7f68411b78
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,9 +1,17 @@
[[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" }
{ name = "GitLab", url = "https://gitlab.com/ahoneybun/nyxi-installer" }
]
[[project]]
@ -11,7 +19,7 @@
desc = "including hosts like servers and homelab"
tags = [ "nixos", "nixos-configs" ]
links = [
{ name = "Gitlab", url = "https://gitlab.com/ahoneybun/nix-configs" }
{ name = "GitLab", url = "https://gitlab.com/ahoneybun/nix-configs" }
]
[[project]]
@ -19,5 +27,5 @@
desc = "things that I have made in FreeCAD"
tags = [ "cad" ]
links = [
{ name = "Github", url = "https://github.com/ahoneybun/Random-CAD/" }
{ name = "GitHub", url = "https://github.com/ahoneybun/Random-CAD/" }
]