diff --git a/home-manager/modules/firefox/config/bookmarks.nix b/home-manager/modules/firefox/config/bookmarks.nix index a96d033..53b8fb2 100755 --- a/home-manager/modules/firefox/config/bookmarks.nix +++ b/home-manager/modules/firefox/config/bookmarks.nix @@ -198,6 +198,12 @@ in { tags = ["stripe" "bank" "banking" "money"]; keyword = "Stripe"; } + { + name = "Telus (Security)"; + url = "https://smarthome-security.telus.com/web/system/home"; + tags = ["telus" "security"]; + keyword = "ADT"; + } { name = "Wealthsimple"; url = "https://my.wealthsimple.com/app/tax-onboarding/2021"; @@ -464,24 +470,6 @@ in { } ]; } - { - name = "Telus"; - toolbar = false; - bookmarks = [ - { - name = "ADT"; - url = "https://www.adt.com/control-login"; - tags = ["adt" "security" "telus"]; - keyword = "ADT"; - } - { - name = "Telus"; - url = "https://www.telus.com/my-telus/billing/summary"; - tags = ["telus" "phone" "security" "bills" "money"]; - keyword = "Telus"; - } - ]; - } { name = "Tools"; toolbar = false; @@ -492,6 +480,12 @@ in { tags = ["uncensored" "ai"]; keyword = "AI"; } + { + name = "Chmod Calculator"; + url = "https://chmod-calculator.com/"; + tags = ["chmod" "calculator"]; + keyword = "Chmod"; + } { name = "ChatGPT"; url = "https://chatgpt.com/"; @@ -528,12 +522,24 @@ in { tags = ["maps" "google"]; keyword = "Map"; } + { + name = "ListenBrainz"; + url = "https://listenbrainz.org/user/BRBWaffles/"; + tags = ["listenbrainz" "listen" "brains"]; + keyword = "Listen"; + } { name = "Memory Express"; url = "https://www.memoryexpress.com/"; tags = ["memoryexpress" "memory" "mem" "express"]; keyword = "Mem"; } + { + name = "Percentage Calculator"; + url = "https://percentagecalculator.net"; + tags = ["percentage" "percent" "calculator"]; + keyword = "Percent"; + } { name = "Portchecker"; url = "https://portchecker.co/"; @@ -546,6 +552,12 @@ in { tags = ["proof" "tree" "logic" "academic"]; keyword = "Logic"; } + { + name = "PubMed"; + url = "https://pubmed.ncbi.nlm.nih.gov/"; + tags = ["pub" "pubmed" "science" "research" "academic"]; + keyword = "Pub"; + } { name = "RhymeZone"; url = "https://www.rhymezone.com/"; @@ -553,16 +565,10 @@ in { keyword = "Rhyme"; } { - name = "Chmod Calculator"; - url = "https://chmod-calculator.com/"; - tags = ["chmod" "calculator"]; - keyword = "Chmod"; - } - { - name = "ListenBrainz"; - url = "https://listenbrainz.org/user/BRBWaffles/"; - tags = ["listenbrainz" "listen" "brains"]; - keyword = "Listen"; + name = "Sci-Hub"; + url = "https://sci-hub.ee/"; + tags = ["sci" "sci-hub" "scihub" "science" "research" "academic" "torrent"]; + keyword = "Sci"; } { name = "Speedtest"; @@ -570,6 +576,18 @@ in { tags = ["speedtest" "speed" "test"]; keyword = "Speed"; } + { + name = "Stanford Encyclopedia of Philosophy"; + url = "https://plato.stanford.edu/"; + tags = ["standford" "encyclopedia" "philosophy" "phil"]; + keyword = "Phil"; + } + { + name = "Telus (Billing)"; + url = "https://www.telus.com/my-telus/billing/summary"; + tags = ["telus" "phone" "bills" "money"]; + keyword = "Telus"; + } { name = "TinEye"; url = "https://tineye.com/"; @@ -577,10 +595,10 @@ in { keyword = "Tin"; } { - name = "Percentage Calculator"; - url = "https://percentagecalculator.net"; - tags = ["percentage" "percent" "calculator"]; - keyword = "Percent"; + name = "Zotero Bibliography"; + url = "https://zbib.org/"; + tags = ["votero" "bibliography" "bib" "zbib"]; + keyword = "Bib"; } ]; } @@ -588,6 +606,12 @@ in { name = "Tracking"; toolbar = false; bookmarks = [ + { + name = "1337"; + url = "https://1337x.to/"; + tags = ["torrent" "1337"]; + keyword = "1337"; + } { name = "Metal Tracker"; url = "https://en.metal-tracker.com/"; @@ -600,12 +624,6 @@ in { tags = ["torrent" "leech"]; keyword = "Leech"; } - { - name = "1337"; - url = "https://1337x.to/"; - tags = ["torrent" "1337"]; - keyword = "1337"; - } ]; } ];