50 lines
797 B
Nix
50 lines
797 B
Nix
{
|
|
"development" = [
|
|
{
|
|
chatgpt = [
|
|
{
|
|
abbr = "CGPT";
|
|
href = "https://chatgpt.com/";
|
|
description = "";
|
|
}
|
|
];
|
|
}
|
|
{
|
|
protonmail = [
|
|
{
|
|
abbr = "PM";
|
|
href = "https://account.proton.me/mail";
|
|
description = "";
|
|
}
|
|
];
|
|
}
|
|
{
|
|
github = [
|
|
{
|
|
abbr = "GH";
|
|
href = "https://github.com/";
|
|
description = "";
|
|
}
|
|
];
|
|
}
|
|
{
|
|
gitlab = [
|
|
{
|
|
abbr = "GL";
|
|
href = "https://gitlab.com/";
|
|
description = "";
|
|
}
|
|
];
|
|
}
|
|
{
|
|
exercism = [
|
|
{
|
|
abbr = "EX";
|
|
href = "https://exercism.org/";
|
|
description = "";
|
|
}
|
|
];
|
|
}
|
|
];
|
|
}
|