diff options
author | Soispha <soispha@vhack.eu> | 2023-06-06 12:51:51 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-06-06 12:51:51 +0200 |
commit | 13e1056ebf4ddffc95ef6e915f26020b01b8faae (patch) | |
tree | 411247aa31d43ae8243cc3c70dc05c6a803a7ba7 | |
parent | Fix(flake): Return to unstable (diff) | |
download | nixos-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.nix | 10 |
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/"; + } ] |