mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-07-06 16:12:33 +02:00
a393b84c92
Signed-off-by: Hadi <hadi@example.com>
59 lines
1.4 KiB
Nix
59 lines
1.4 KiB
Nix
[
|
|
{
|
|
name = "Other";
|
|
icon = "category";
|
|
bookmarks = [
|
|
{
|
|
name = "Documentation";
|
|
icon = "menu_book";
|
|
bookmarks = [
|
|
{
|
|
name = "Hyprland Wiki";
|
|
url = "https://wiki.hypr.land";
|
|
}
|
|
{
|
|
name = "Nerdfont Cheatsheet";
|
|
url = "https://www.nerdfonts.com/cheat-sheet";
|
|
}
|
|
{
|
|
name = "Helium Bangs";
|
|
url = "https://helium.computer/bangs";
|
|
}
|
|
{
|
|
name = "NVF Options";
|
|
url = "https://nvf.notashelf.dev/";
|
|
}
|
|
{
|
|
name = "Stylix Wiki";
|
|
url = "https://nix-community.github.io/stylix/";
|
|
}
|
|
{
|
|
name = "Nixpkgs";
|
|
url = "https://github.com/NixOS/nixpkgs";
|
|
}
|
|
{
|
|
name = "tldr";
|
|
url = "https://tldr.inbrowser.app/";
|
|
}
|
|
];
|
|
}
|
|
{
|
|
name = "Startpage Config";
|
|
url = "https://www.startpage.com/do/mypage.pl?prfe=45d331deb05471d659dba933e7400df51d952bb103da6f6125c0e769a6be1d65610456a479f495ceeee7e97311cf227d7c1bb198de0ceeb193d8cddf9c455c19a409cc35c3e3f542ee27bd7cecd3";
|
|
}
|
|
{
|
|
name = "Feedly";
|
|
url = "https://feedly.com";
|
|
}
|
|
{
|
|
name = "MyNixOS";
|
|
url = "https://mynixos.com";
|
|
}
|
|
{
|
|
name = "Amazon";
|
|
url = "https://amazon.fr";
|
|
}
|
|
];
|
|
}
|
|
]
|