Files
NixOS/modules/servers/homepage/bookmarks/development.nix

45 lines
663 B
Nix

{
"development" = [
{
chatgpt = [
{
abbr = "CGPT";
href = "https://chatgpt.com/";
}
];
}
{
nixpkgssearch = [
{
abbr = "NS";
href = "https://search.nixos.org/packages";
}
];
}
{
github = [
{
abbr = "GH";
href = "https://github.com/";
}
];
}
{
gitlab = [
{
abbr = "GL";
href = "https://gitlab.com/";
}
];
}
{
exercism = [
{
abbr = "EX";
href = "https://exercism.org/";
}
];
}
];
}