mirror of
https://github.com/nix-community/home-manager
synced 2024-11-11 05:39:44 +01:00
deploy: ae6d5466bf
This commit is contained in:
parent
8798d24fef
commit
fd553c6220
1 changed files with 2 additions and 0 deletions
|
@ -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&go=Go";
|
url = "https://en.wikipedia.org/wiki/Special:Search?search=%s&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/";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue