From 2f88cd7a54a5af69327d44dc6b479eaf33f7d83d Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Mon, 24 Feb 2025 13:49:06 -0700 Subject: [PATCH] remove arch-itect script and add tag for nix-configs --- content/projects/data.toml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/content/projects/data.toml b/content/projects/data.toml index 0e00a46..72b6c88 100644 --- a/content/projects/data.toml +++ b/content/projects/data.toml @@ -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]] name = "Nyxi Installer" desc = "a fast installer for my personal NixOS setup." @@ -17,7 +9,7 @@ [[project]] name = "My nix files for NixOS" desc = "including hosts like servers and homelab" - tags = [ "nixos" ] + tags = [ "nixos", "nixos-configs" ] links = [ { name = "Gitlab", url = "https://gitlab.com/ahoneybun/nix-configs" } ]