From 0cf1cfa2b0aeeb7920e12f03a13d4e88119dc9d0 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Mon, 16 Feb 2026 14:13:28 -0700 Subject: [PATCH] Added Dart --- flake.nix | 1 + src/config.ts | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/flake.nix b/flake.nix index 22e91d0..2d1e490 100644 --- a/flake.nix +++ b/flake.nix @@ -24,6 +24,7 @@ packages = with pkgs; [ nodejs_24 nodePackages.pnpm + git ]; shellHook = '' diff --git a/src/config.ts b/src/config.ts index e363e50..928f2a2 100644 --- a/src/config.ts +++ b/src/config.ts @@ -225,6 +225,12 @@ export const config: Config = { "My NixOS proxy server configuration, named after a character in Legend of Dragoon for the PS1: Haschel", gitLink: "https://git.atri.dad/atridad/haschel", }, + { + id: "dart", + name: "Dart", + description: "My Nix macOS configuration, named after a character in Legend of Dragoon for the PS1: Dart", + gitLink: "https://git.atri.dad/atridad/dart", + }, { id: "atrodotdad", name: "Personal Site",