Merge branch 'main' of github.com:anotherhadi/nixy

Former-commit-id: 6353514e49
This commit is contained in:
Hadi
2025-05-04 15:34:48 +02:00
11 changed files with 262 additions and 250 deletions

View File

@@ -92,6 +92,52 @@ in {
type = "search";
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";
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"; }
];
}
];