diff --git a/home/homemodules/firefox/bookmarks.nix b/home/homemodules/firefox/bookmarks.nix index 3de429d8..30d4eb95 100644 --- a/home/homemodules/firefox/bookmarks.nix +++ b/home/homemodules/firefox/bookmarks.nix @@ -69,6 +69,7 @@ in [ (mkBm "Rust" "https://doc.rust-lang.org/stable/book/ch03-00-common-programming-concepts.html") (mkBm "RustOS" "https://os.phil-opp.com/") (mkBm "Interpreters" "https://craftinginterpreters.com/contents.html") + (mkBm "Godbolt" "https://godbolt.org") ]; } {