1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-21 13:57:31 +02:00
This commit is contained in:
ncfavier 2023-05-04 14:59:27 +00:00
parent 8798d24fef
commit fd553c6220

View file

@ -2347,6 +2347,7 @@ versions it should be an unwrapped Firefox package.</p><p><span class="emphasis"
previously existing bookmarks!</p><p><span class="emphasis"><em>Type:</em></span> (list of ((bookmark submodule) or (directory submodule))) or (attribute set of ((bookmark submodule) or (directory submodule))) convertible to it</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">[ ]</code></p><p><span class="emphasis"><em>Example:</em></span> </p><pre class="programlisting">[ previously existing bookmarks!</p><p><span class="emphasis"><em>Type:</em></span> (list of ((bookmark submodule) or (directory submodule))) or (attribute set of ((bookmark submodule) or (directory submodule))) convertible to it</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">[ ]</code></p><p><span class="emphasis"><em>Example:</em></span> </p><pre class="programlisting">[
{ {
name = "wikipedia"; name = "wikipedia";
tags = [ "wiki" ];
keyword = "wiki"; keyword = "wiki";
url = "https://en.wikipedia.org/wiki/Special:Search?search=%s&amp;go=Go"; url = "https://en.wikipedia.org/wiki/Special:Search?search=%s&amp;go=Go";
} }
@ -2364,6 +2365,7 @@ previously existing bookmarks!</p><p><span class="emphasis"><em>Type:</em></span
} }
{ {
name = "wiki"; name = "wiki";
tags = [ "wiki" "nix" ];
url = "https://nixos.wiki/"; url = "https://nixos.wiki/";
} }
]; ];