about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-06-06 12:51:51 +0200
committerSoispha <soispha@vhack.eu>2023-06-06 12:51:51 +0200
commit13e1056ebf4ddffc95ef6e915f26020b01b8faae (patch)
tree411247aa31d43ae8243cc3c70dc05c6a803a7ba7
parentFix(flake): Return to unstable (diff)
downloadnixos-config-13e1056ebf4ddffc95ef6e915f26020b01b8faae.tar.gz
nixos-config-13e1056ebf4ddffc95ef6e915f26020b01b8faae.zip
Feat(hm/conf/firefox/bookmarks): Add nix lib and nixpkgs man
Diffstat (limited to '')
-rw-r--r--home-manager/config/firefox/config/bookmarks/default.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/home-manager/config/firefox/config/bookmarks/default.nix b/home-manager/config/firefox/config/bookmarks/default.nix
index 68369afb..4de83ac9 100644
--- a/home-manager/config/firefox/config/bookmarks/default.nix
+++ b/home-manager/config/firefox/config/bookmarks/default.nix
@@ -13,4 +13,14 @@
     name = "HM Options";
     url = "https://mipmip.github.io/home-manager-option-search/";
   }
+
+  {
+    name = "Nix lib";
+    url = "https://teu5us.github.io/nix-lib.html";
+  }
+
+  {
+    name = "Nixpkgs manual";
+    url = "https://ryantm.github.io/nixpkgs/";
+  }
 ]