50 lines
830 B
Nix

{
"development" = [
{
chatgpt = [
{
abbr = "CGPT";
href = "https://chatgpt.com/";
description = "GPT";
}
];
}
{
protonmail = [
{
abbr = "PM";
href = "https://account.proton.me/mail";
description = "ProtonMail";
}
];
}
{
github = [
{
abbr = "GH";
href = "https://github.com/";
description = "GitHub";
}
];
}
{
gitlab = [
{
abbr = "GL";
href = "https://gitlab.com/";
description = "GitLab";
}
];
}
{
exercism = [
{
abbr = "EX";
href = "https://exercism.org/";
description = "Exercism";
}
];
}
];
}