mirror of
https://github.com/ahoneybun/ahoneybun.net.git
synced 2025-05-12 03:04:02 -06:00
23 lines
691 B
TOML
23 lines
691 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" }
|
|
]
|