mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-05-20 13:22:34 +02:00
96b5d5e671
Signed-off-by: Hadi <hadi@example.com>
47 lines
1.1 KiB
Nix
47 lines
1.1 KiB
Nix
[
|
|
{
|
|
name = "Other";
|
|
icon = "category";
|
|
bookmarks = [
|
|
{
|
|
name = "Documentation";
|
|
icon = "menu_book";
|
|
bookmarks = [
|
|
{
|
|
name = "Hyprland Wiki";
|
|
url = "https://wiki.hypr.land";
|
|
}
|
|
{
|
|
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";
|
|
}
|
|
];
|
|
}
|
|
]
|