mirror of
https://github.com/nix-community/home-manager.git
synced 2026-06-05 21:02:51 +00:00
deploy: 044c30c195
This commit is contained in:
@@ -93624,6 +93624,7 @@ null or package</p>
|
||||
<p>List of Vicinae extensions to install.</p><p>You can use the <code class="literal">config.lib.vicinae.mkExtension</code> and <code class="literal">config.lib.vicinae.mkRayCastExtension</code> functions to create them, like:</p><pre><code class="programlisting nix"> [
|
||||
(config.lib.vicinae.mkExtension {
|
||||
name = "test-extension";
|
||||
npmDepsHash = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=";
|
||||
src =
|
||||
pkgs.fetchFromGitHub {
|
||||
owner = "schromp";
|
||||
@@ -93637,13 +93638,17 @@ null or package</p>
|
||||
name = "gif-search";
|
||||
sha256 = "sha256-G7il8T1L+P/2mXWJsb68n4BCbVKcrrtK8GnBNxzt73Q=";
|
||||
rev = "4d417c2dfd86a5b2bea202d4a7b48d8eb3dbaeb1";
|
||||
npmDepsHash = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=";
|
||||
})
|
||||
(config.lib.vicinae.mkRayCastExtension {
|
||||
name = "my-local-raycast-extension";
|
||||
src = ./extensions/my-local-raycast-extension;
|
||||
})
|
||||
],
|
||||
</code></pre>
|
||||
</code></pre><p>Set <code class="literal">npmDepsHash</code> when <code class="literal">src</code> is produced by a fetcher such as
|
||||
<code class="literal">pkgs.fetchFromGitHub</code> or <code class="literal">pkgs.fetchgit</code>; otherwise
|
||||
dependency import reads <code class="literal">package-lock.json</code> from the fetched source
|
||||
during evaluation.</p>
|
||||
|
||||
<p><span class="emphasis"><em>Type:</em></span>
|
||||
list of package</p>
|
||||
|
||||
Reference in New Issue
Block a user