From db1be874fbedcafd619897420ffba3f61cb51f3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madeleine=20Sydney=20=C5=9Alaga?= Date: Tue, 20 Jan 2026 08:20:52 -0700 Subject: [PATCH] chore(firefox): school bookmarks --- modules/home/users/crumb/firefox.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/modules/home/users/crumb/firefox.nix b/modules/home/users/crumb/firefox.nix index d5d1ab0..47f9a4a 100644 --- a/modules/home/users/crumb/firefox.nix +++ b/modules/home/users/crumb/firefox.nix @@ -138,6 +138,16 @@ in { tags = [ "clojure" "docs" ]; url = "https://clojuredocs.org/"; } + { + name = "The Rock"; + tags = [ "school" ]; + url = "https://experience.elluciancloud.com/rcc580/"; + } + { + name = "D2L"; + tags = [ "school" ]; + url = "https://mycourses.cccs.edu/d2l/home/6676"; + } ]; } ];