Files
nixos/modules/environments/homepage/bookmarks.nix
T
marthsincemelee 191e860455 feat: Homepage
2026-04-20 14:46:44 +02:00

40 lines
585 B
Nix

[
{
Developer = [
{
Github = [
{
abbr = "GH";
href = "https://github.com/";
}
];
}
];
}
{
Social = [
{
Reddit = [
{
icon = "reddit.png";
href = "https://reddit.com/";
description = "The front page of the internet";
}
];
}
];
}
{
Entertainment = [
{
YouTube = [
{
abbr = "YT";
href = "https://youtube.com/";
}
];
}
];
}
]