From 15d45f9c49bd8be00fe274c82e09773f805bc16e Mon Sep 17 00:00:00 2001 From: Sean Kovacs Date: Thu, 12 Feb 2026 22:04:21 -0500 Subject: [PATCH] add git repo to bookmarks --- home/apps/firefox.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/apps/firefox.nix b/home/apps/firefox.nix index 8ed3f36..402c099 100644 --- a/home/apps/firefox.nix +++ b/home/apps/firefox.nix @@ -296,6 +296,10 @@ name = "Home Manager Appendix A"; url = "https://nix-community.github.io/home-manager/options.xhtml"; } + { + name = "NixOS config"; + url = "https://ovips.us.to/git/sckova/nix"; + } ]; } ];