mirror of
https://github.com/ahoneybun/ahoneybun.net.git
synced 2025-05-12 11:14:01 -06:00
31 lines
901 B
TOML
31 lines
901 B
TOML
[[project]]
|
|
name = "Arch-itect"
|
|
desc = "a fast installer for my personal Arch setup."
|
|
tags = [ "archlinux", "installer" ]
|
|
links = [
|
|
{ name = "Gitlab", url = "https://gitlab.com/ahoneybun/arch-itect" }
|
|
]
|
|
|
|
[[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" ]
|
|
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/" }
|
|
]
|