mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-05-20 05:12:34 +02:00
e620c5296f
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
49 lines
937 B
Nix
49 lines
937 B
Nix
[
|
|
{
|
|
name = "Tools";
|
|
icon = "handyman";
|
|
bookmarks = [
|
|
{
|
|
name = "Maps";
|
|
url = "https://maps.apple.com";
|
|
}
|
|
{
|
|
name = "Excalidraw";
|
|
url = "https://excalidraw.com";
|
|
}
|
|
{
|
|
name = "Cobalt (downloader)";
|
|
url = "https://cobalt.meowing.de";
|
|
}
|
|
{
|
|
name = "Mazanoke (image)";
|
|
url = "https://mazanoke.hadi.icu";
|
|
}
|
|
{
|
|
name = "Vert";
|
|
url = "https://vert.sh";
|
|
}
|
|
{
|
|
name = "Markdown to PDF";
|
|
url = "https://md2file.com";
|
|
}
|
|
{
|
|
name = "Image to Vector";
|
|
url = "https://www.vectorcascade.com/";
|
|
}
|
|
{
|
|
name = "PrivateBin";
|
|
url = "https://privatebin.net";
|
|
}
|
|
{
|
|
name = "Claude";
|
|
url = "https://claude.ai";
|
|
}
|
|
{
|
|
name = "Gemini";
|
|
url = "https://gemini.google.com";
|
|
}
|
|
];
|
|
}
|
|
]
|