From 548b45c5712ae2d6328e1e92b8085a80f7ad9d7a Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Sat, 15 Jun 2024 11:34:55 -0400 Subject: [PATCH] configuring bookmarks... --- src/user/configs/bookmarks/default.nix | 85 ++++++++++++++++++++++++-- 1 file changed, 81 insertions(+), 4 deletions(-) diff --git a/src/user/configs/bookmarks/default.nix b/src/user/configs/bookmarks/default.nix index 8ca2f21..9527165 100644 --- a/src/user/configs/bookmarks/default.nix +++ b/src/user/configs/bookmarks/default.nix @@ -3,18 +3,95 @@ name = "Toolbar"; toolbar = true; bookmarks = [ + { + name = "ArchWiki"; + url = "wiki.archlinux.org/"; + tags = [ "dev" "linux" ]; + keyword = "arch"; + } { name = "NixOS"; bookmarks = [ { name = "Nixpkgs"; - tags = [ "nix" "dev" ]; - url = "https://search.nixos.org/packages"; + url = "search.nixos.org/packages"; + tags = [ "nix" "dev" "linux" ]; + keyword = "pkgs"; } { name = "Home Manager Options"; - tags = [ "nix" "dev" ]; - url = "https://nix-community.github.io/home-manager/options.xhtml"; + url = "nix-community.github.io/home-manager/options.xhtml"; + tags = [ "nix" "dev" "linux" ]; + keyword = "hm"; + } + ]; + } + { + name = "Gentoo Wiki"; + url = "wiki.gentoo.org"; + tags = [ "dev" "linux" ]; + keyword = "gentoo"; + } + { + name = "Email"; + bookmarks = [ + { + name = "Gmail"; + url = "gmail.com"; + tags = [ "google" "email" ]; + keyword = "gmail"; + } + { + name = "ProtonMail"; + url = "mail.protonmail.com"; + tags = [ "email" ]; + keyword = "email"; + } + ]; + } + { + name = "Outlook"; + url = "outlook.office365.com"; + tags = [ "work" "email" ]; + keyword = "work"; + } + { + name = "Teams"; + url = "teams.microsoft.com"; + tags = [ "work" ]; + keyword = "teams"; + } + { + name = "Twitter"; + url = "x.com"; + tags = [ "social" ]; + keyword = "x"; + } + { + name = "Reddit"; + url = "reddit.com"; + tags = [ "social" ]; + keyword = "reddit"; + } + { + name = "Substack"; + url = "substack.com"; + tags = [ "social" "blogging" ]; + keyword = "blog"; + } + { + name = "Nostr"; + bookmarks = [ + { + name = "Socials"; + bookmarks = [ + { + name = "Primal"; + url = "primal.net"; + tags = [ "social" "nostr" "bitcoin" ]; + keyword = "nostr"; + } + ]; } ]; }