From b4882eecffe74d910fcd4e16b98a61b3fc83d617 Mon Sep 17 00:00:00 2001 From: Kieran Klukas Date: Mon, 15 Jun 2026 22:22:08 -0400 Subject: [PATCH] chore: update nix expression --- content/_index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/_index.md b/content/_index.md index 96c3569..5b57473 100644 --- a/content/_index.md +++ b/content/_index.md @@ -20,10 +20,9 @@ Erlo! My name is Kieran Klukas i'm {{ age(length=0) }} years old and love cyber, let kieran = rec { name = "Kieran Klukas"; - pronouns = "he/him"; aliases = [ "taciturnaxolotl" "krn" ]; location = "Westerville, Ohio, USA"; - hobbies = [ "frc" "ctfs" "random side projects"]; + hobbies = [ "frc" "ctfs" "random side projects" "nix"]; }; in { -- 2.51.2