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",