mirror of
https://github.com/nix-community/home-manager
synced 2024-11-11 05:39:44 +01:00
deploy: 4f0c1afba7
This commit is contained in:
parent
3e9d57a34b
commit
f61b9547af
1 changed files with 1 additions and 2 deletions
|
@ -2622,7 +2622,6 @@ profiles managed through the
|
|||
option. This is due to recent changes in the way Firefox
|
||||
handles extension side-loading.
|
||||
</p><p><span class="emphasis"><em>Type:</em></span> list of package</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">with pkgs.nur.repos.rycee.firefox-addons; [
|
||||
https-everywhere
|
||||
privacy-badger
|
||||
]
|
||||
</pre><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/firefox.nix#blob-path" target="_top">
|
||||
|
@ -6942,7 +6941,7 @@ editor using the <code class="envar">EDITOR</code> environment variable.
|
|||
|
||||
Note: String values are deprecated, please use actual packages.
|
||||
</p><p><span class="emphasis"><em>Type:</em></span> list of (string or package)</p><p><span class="emphasis"><em>Default:</em></span> </p><pre class="programlisting">[
|
||||
<derivation vimplugin-vim-sensible-2022-12-30>
|
||||
<derivation vimplugin-vim-sensible-2023-01-06>
|
||||
]</pre><p><span class="emphasis"><em>Example:</em></span> <code class="literal">[ pkgs.vimPlugins.YankRing ]</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/vim.nix#blob-path" target="_top">
|
||||
<home-manager/modules/programs/vim.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.vim.settings"></a><a class="term" href="options.html#opt-programs.vim.settings"><code class="option">programs.vim.settings</code></a></span></dt><dd><p>At attribute set of Vim settings. The attribute names and
|
||||
|
|
Loading…
Reference in a new issue