mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
323 lines
8.7 KiB
Nix
323 lines
8.7 KiB
Nix
[
|
|
{
|
|
name = "toolbar";
|
|
toolbar = true;
|
|
bookmarks = [
|
|
{
|
|
name = "ArchWiki";
|
|
url = "https://wiki.archlinux.org/";
|
|
tags = [ "dev" "linux" "docs" ];
|
|
}
|
|
{
|
|
name = "NixOS";
|
|
bookmarks = [
|
|
{
|
|
name = "Nixpkgs";
|
|
url = "https://search.nixos.org/packages";
|
|
tags = [ "nix" "dev" "linux" ];
|
|
keyword = "pkgs";
|
|
}
|
|
{
|
|
name = "Home Manager";
|
|
bookmarks = [
|
|
{
|
|
name = "Home Manager Option Docs";
|
|
url = "https://nix-community.github.io/home-manager/options.xhtml";
|
|
tags = [ "nix" "dev" "linux" ];
|
|
keyword = "hm";
|
|
}
|
|
{
|
|
name = "Home Manager Option Search";
|
|
url = "https://home-manager-options.extranix.com";
|
|
tags = [ "nix" "dev" "linux" ];
|
|
keyword = "hm";
|
|
}
|
|
];
|
|
}
|
|
{
|
|
name = "Nix Docs";
|
|
bookmarks = [
|
|
{
|
|
name = "nix.dev";
|
|
url = "https://nix.dev";
|
|
tags = [ "nix" "dev" "docs" ];
|
|
keyword = "nix";
|
|
}
|
|
];
|
|
}
|
|
];
|
|
}
|
|
{
|
|
name = "Gentoo Wiki";
|
|
url = "https://wiki.gentoo.org";
|
|
tags = [ "dev" "linux" "docs" ];
|
|
keyword = "gentoo";
|
|
}
|
|
{
|
|
name = "Email";
|
|
bookmarks = [
|
|
{
|
|
name = "Gmail";
|
|
url = "https://gmail.com";
|
|
tags = [ "google" "email" ];
|
|
keyword = "gmail";
|
|
}
|
|
{
|
|
name = "ProtonMail";
|
|
url = "https://mail.protonmail.com";
|
|
tags = [ "email" "personal" "work" ];
|
|
keyword = "email";
|
|
}
|
|
];
|
|
}
|
|
{
|
|
name = "Work";
|
|
bookmarks = [
|
|
{
|
|
name = "Outlook";
|
|
url = "https://outlook.office365.com";
|
|
tags = [ "work" "email" "microsoft" ];
|
|
keyword = "work";
|
|
}
|
|
{
|
|
name = "Teams";
|
|
url = "https://teams.microsoft.com";
|
|
tags = [ "work" "microsoft" ];
|
|
keyword = "teams";
|
|
}
|
|
];
|
|
}
|
|
{
|
|
name = "Youtube";
|
|
url = "https://youtube.com";
|
|
tags = [ "social" "entertainment" "google" ];
|
|
keyword = "youtube";
|
|
}
|
|
{
|
|
name = "Substack";
|
|
url = "https://substack.com";
|
|
tags = [ "social" "blogging" "personal" ];
|
|
keyword = "blog";
|
|
}
|
|
{
|
|
name = "Amazon";
|
|
url = "https://amazon.com";
|
|
tags = [ "shopping" "amazon" ];
|
|
keyword = "amazon";
|
|
}
|
|
{
|
|
name = "Social";
|
|
bookmarks = [
|
|
{
|
|
name = "Twitter";
|
|
url = "https://x.com";
|
|
tags = [ "social" "forum" ];
|
|
keyword = "x";
|
|
}
|
|
{
|
|
name = "Reddit";
|
|
url = "https://reddit.com";
|
|
tags = [ "social" "forum" ];
|
|
keyword = "reddit";
|
|
}
|
|
{
|
|
name = "Twitch";
|
|
url = "https://twitch.com";
|
|
tags = [ "social" "entertainment" "amazon" ];
|
|
keyword = "twitch";
|
|
}
|
|
{
|
|
name = "Nostr";
|
|
url = "https://primal.net";
|
|
tags = [ "social" "nostr" "bitcoin" ];
|
|
keyword = "nostr";
|
|
}
|
|
];
|
|
}
|
|
{
|
|
name = "ChatGPT";
|
|
url = "https://chat.openai.com";
|
|
tags = [ "dev" "ai" "microsoft" ];
|
|
keyword = "ai";
|
|
}
|
|
{
|
|
name = "Dev";
|
|
bookmarks = [
|
|
{
|
|
name = "Github";
|
|
url = "https://github.com";
|
|
tags = [ "dev" "work" "personal" "microsoft" ];
|
|
keyword = "git";
|
|
}
|
|
{
|
|
name = "Gist";
|
|
url = "https://gist.github.com";
|
|
tags = [ "dev" "work" "personal" "microsoft" "blogging" ];
|
|
keyword = "gist";
|
|
}
|
|
{
|
|
name = "Stack Overflow";
|
|
url = "https://stackoverflow.com";
|
|
tags = [ "dev" "work" "forum" ];
|
|
}
|
|
{
|
|
name = "Learning";
|
|
bookmarks = [
|
|
{
|
|
name = "Coding";
|
|
bookmarks = [
|
|
{
|
|
name = "Leetcode";
|
|
url = "https://leetcode.com";
|
|
}
|
|
{
|
|
name = "CodeWars";
|
|
url = "https://codewars.com";
|
|
}
|
|
];
|
|
}
|
|
{
|
|
name = "Projects";
|
|
bookmarks = [
|
|
{
|
|
name = "Linux From Scratch";
|
|
url = "https://linuxfromscratch.org/lfs/view/stable/index.html";
|
|
}
|
|
];
|
|
}
|
|
];
|
|
}
|
|
{
|
|
name = "Documentation";
|
|
bookmarks = [
|
|
{
|
|
name = "MDN";
|
|
url = "https://developer.mozilla.org";
|
|
tags = [ "dev" "docs" ];
|
|
keyword = "mdn";
|
|
}
|
|
{
|
|
name = "DevDocs";
|
|
url = "https://devdocs.io";
|
|
tags = [ "dev" "docs" ];
|
|
keyword = "docs";
|
|
}
|
|
{
|
|
name = "Linux Kernel";
|
|
url = "https://docs.kernel.org";
|
|
}
|
|
{
|
|
name = "References";
|
|
bookmarks = [
|
|
{
|
|
name = "ASCII Table";
|
|
url = "https://asciitable.com";
|
|
tags = [ "dev" ];
|
|
keyword = "ascii";
|
|
}
|
|
{
|
|
name = "Regex Cheat Sheet";
|
|
url = "https://rexegg.com/regex-quickstart.php";
|
|
tags = [ "dev" ];
|
|
keyword = "regex";
|
|
}
|
|
];
|
|
}
|
|
];
|
|
}
|
|
{
|
|
name = "Tools";
|
|
bookmarks = [
|
|
{
|
|
name = "GitBook";
|
|
url = "https://gitbook.com";
|
|
tags = [ "dev" "docs" ];
|
|
}
|
|
{
|
|
name = "Namecheap";
|
|
url = "https://namecheap.com";
|
|
tags = [ "dev" "shopping" "hosting" ];
|
|
}
|
|
{
|
|
name = "LetsEncrypt";
|
|
url = "https://letsencrypt.com";
|
|
tags = [ "dev" "hosting" ];
|
|
}
|
|
{
|
|
name = "Gitea";
|
|
url = "https://gitea.com";
|
|
tags = [ "dev" "hosting" ];
|
|
}
|
|
{
|
|
name = "Hosting";
|
|
bookmarks = [
|
|
{
|
|
name = "DigitalOcean";
|
|
url = "https://digitalocean.com";
|
|
tags = [ "dev" "hosting" ];
|
|
}
|
|
{
|
|
name = "Supabase";
|
|
url = "https://supabase.com";
|
|
tags = [ "dev" "hosting" ];
|
|
}
|
|
{
|
|
name = "Vercel";
|
|
url = "https://vercel.com";
|
|
tags = [ "dev" "hosting" ];
|
|
}
|
|
{
|
|
name = "AWS";
|
|
url = "https://aws.amazon.com";
|
|
tags = [ "dev" "hosting" ];
|
|
}
|
|
{
|
|
name = "Azure";
|
|
url = "https://azure.microsoft.com";
|
|
tags = [ "dev" "hosting" ];
|
|
}
|
|
{
|
|
name = "Firebase";
|
|
url = "https://firebase.google.com";
|
|
tags = [ "dev" "hosting" ];
|
|
}
|
|
];
|
|
}
|
|
];
|
|
}
|
|
];
|
|
}
|
|
{
|
|
name = "Financials";
|
|
bookmarks = [
|
|
{
|
|
name = "Fidelity";
|
|
url = "https://fidelity.com";
|
|
tags = [ "banking" ];
|
|
keyword = "bank";
|
|
}
|
|
{
|
|
name = "Chase";
|
|
url = "https://chase.com";
|
|
tags = [ "banking" ];
|
|
}
|
|
{
|
|
name = "Wells Fargo";
|
|
url = "https://wellsfargo.com";
|
|
tags = [ "banking" ];
|
|
}
|
|
{
|
|
name = "Crapto";
|
|
bookmarks = [
|
|
{
|
|
name = "Coinbase";
|
|
url = "https://coinbase.com";
|
|
tags = [ "banking" ];
|
|
}
|
|
];
|
|
}
|
|
];
|
|
}
|
|
];
|
|
}
|
|
]
|