homepage finished, flame deprecated
This commit is contained in:
44
modules/servers/homepage/bookmarks/development.nix
Normal file
44
modules/servers/homepage/bookmarks/development.nix
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"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/";
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user