remove arch-itect script and add tag for nix-configs

This commit is contained in:
Aaron Honeycutt 2025-02-24 13:49:06 -07:00
parent 045ac235f1
commit 2f88cd7a54

View file

@ -1,11 +1,3 @@
[[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]] [[project]]
name = "Nyxi Installer" name = "Nyxi Installer"
desc = "a fast installer for my personal NixOS setup." desc = "a fast installer for my personal NixOS setup."
@ -17,7 +9,7 @@
[[project]] [[project]]
name = "My nix files for NixOS" name = "My nix files for NixOS"
desc = "including hosts like servers and homelab" desc = "including hosts like servers and homelab"
tags = [ "nixos" ] tags = [ "nixos", "nixos-configs" ]
links = [ links = [
{ name = "Gitlab", url = "https://gitlab.com/ahoneybun/nix-configs" } { name = "Gitlab", url = "https://gitlab.com/ahoneybun/nix-configs" }
] ]