add bookmarks glance

This commit is contained in:
Hadi
2025-05-04 15:34:28 +02:00
parent 1d286f7c47
commit 7939150e37

View File

@@ -92,6 +92,52 @@ in {
type = "search"; type = "search";
search-engine = "duckduckgo"; search-engine = "duckduckgo";
} }
{
type = "bookmarks";
groups = [
{
title = "";
color = "200 50 50";
links = [
{
title = "Search NixOS";
url = "https://search-nixos.hadi.diy";
}
{
title = "ProtonMail";
url = "https://proton.me/mail";
}
{
title = "Github";
url = "https://github.com";
}
{
title = "Youtube";
url = "https://youtube.com";
}
{
title = "Figma";
url = "https://figma.com";
}
];
}
{
title = "Misc";
color = "200 50 50";
links = [
{
title = "Cobalt (Downloader)";
url = "https://cobalt.tools/";
}
{
title = "Mazanoke (Image optimizer)";
url = "https://mazanoke.com/";
}
];
}
];
}
{ {
type = "server-stats"; type = "server-stats";
servers = [{ servers = [{
@@ -178,36 +224,6 @@ in {
} }
]; ];
} }
{
type = "split-column";
widgets = [
{
type = "repository";
repository = "anotherhadi/nixy";
pull-requests-limit = 5;
issues-limit = 3;
}
{
type = "repository";
repository = "anotherhadi/awesome-wallpapers";
pull-requests-limit = 5;
issues-limit = 3;
}
{
type = "repository";
repository = "anotherhadi/search-nixos";
pull-requests-limit = 5;
issues-limit = 3;
}
{
type = "repository";
repository = "anotherhadi/search-nixos-api";
pull-requests-limit = 5;
issues-limit = 3;
}
];
}
{ type = "hacker-news"; }
]; ];
} }
]; ];