2025-07-24 02:11:52 -06:00

45 lines
656 B
Nix

{
"development" = [
{
chatgpt = [
{
abbr = "CGPT";
href = "https://chatgpt.com/";
}
];
}
{
documentation = [
{
abbr = "MJ";
href = "https://www.midjourney.com";
}
];
}
{
github = [
{
abbr = "GH";
href = "https://github.com/";
}
];
}
{
gitlab = [
{
abbr = "GL";
href = "https://gitlab.com/";
}
];
}
{
exercism = [
{
abbr = "EX";
href = "https://exercism.org/";
}
];
}
];
}