mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-06 17:11:03 +01:00
deploy: fd2f746016
This commit is contained in:
parent
47ae6c8cd3
commit
9e7133252f
5 changed files with 2330 additions and 1882 deletions
|
|
@ -23,7 +23,13 @@ file extension rather than exiting with an error.
|
|||
|
||||
]
|
||||
|
||||
</code></p><p><span class="emphasis"><em>Example:</em></span> </p><pre class="programlisting">[ { home.packages = [ nixpkgs-fmt ]; } ]</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/nixos/default.nix#blob-path" target="_top">
|
||||
</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">
|
||||
|
||||
{
|
||||
_type = "literalExpression"; text = "[ { home.packages = [ nixpkgs-fmt ]; } ]";
|
||||
}
|
||||
|
||||
</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/nixos/default.nix#blob-path" target="_top">
|
||||
<home-manager/nixos/default.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="nixos-opt-home-manager.useGlobalPkgs"></a><a class="term" href="nixos-options.html#nixos-opt-home-manager.useGlobalPkgs"><code class="option">home-manager.useGlobalPkgs</code></a></span></dt><dd><p>Whether to enable using the system configuration's <code class="literal">pkgs</code>
|
||||
argument in Home Manager. This disables the Home Manager
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue